Hi:
I have a radgrid (working with radajaxmanager). I'm using CommandItemTemplate to issue grid commands (insert/update). I'm using FormTemplate to insert/edit records. inside FormTemplate, I have normal asp textboxes, dropdowns and validators. Validators have servervalidate handler. When user clicks Update, command is fired OK and validations happen OK. The problem is that, after callback ends, the updating row gets closed, no matter if there were invalid validators. In the same app I have another grid working ok: updating row stay expanded if validation was wrong and every invalid validator displays. The only difference I can see in the way the 2 grids are performing is that, the right grid does not issue the NeedDataSource event, while the wrong grid does. Does anybody have a clue on what's happening??? how can I persist the state of the updating item??? Notice that I need not onlt the Expanded state, but each of the validator state too.
Thanks in advance.
I have a radgrid (working with radajaxmanager). I'm using CommandItemTemplate to issue grid commands (insert/update). I'm using FormTemplate to insert/edit records. inside FormTemplate, I have normal asp textboxes, dropdowns and validators. Validators have servervalidate handler. When user clicks Update, command is fired OK and validations happen OK. The problem is that, after callback ends, the updating row gets closed, no matter if there were invalid validators. In the same app I have another grid working ok: updating row stay expanded if validation was wrong and every invalid validator displays. The only difference I can see in the way the 2 grids are performing is that, the right grid does not issue the NeedDataSource event, while the wrong grid does. Does anybody have a clue on what's happening??? how can I persist the state of the updating item??? Notice that I need not onlt the Expanded state, but each of the validator state too.
Thanks in advance.