When the validation for a Grid cell fails, and the form is redisplayed the
error message is either:
- displayed for all rows, even the valid ones, if the error occurred in
the last row
- not displayed at all
I would prefer the error message to be only displayed in the invalid row(s).
What worked for me was to adapt the template such as that the error is
reloaded from Grid.errors for each row that is rendered instead of
accessing Grid.render_fields (see attachment).
Version 1.2.3
Cheers
Stefani
Original issue reported on code.google.com by stefani....@gmail.com on 15 Sep 2009 at 1:28
Original issue reported on code.google.com by
stefani....@gmail.com
on 15 Sep 2009 at 1:28Attachments: