This question is locked. New answers and comments are not allowed.
Telerik team,
I have a grid with ajax binding along with edit option. Now one of the property named 'PropX' in the model that is bounded to the grid has a Required Field model validation(using validation attributes at model level).
when PropX is edited and left the text box empty and i clicked on update
Expected Result : model error should appear and OnSave event shouldn't be fired(i.e., Update should be cancelled).
Actual Result : In IE8 model error is shown as well as the OnSave event is fired and getting updated with default value.
i can able to reproduce this in your online demo at http://demos.telerik.com/aspnet-mvc/razor/grid/clientsideevents
How to reproduce this in your online demo : open the above mention url in IE8, edit one of the row and delete if there is any value in "Unit Price" (or) "Units in stock" text boxes and click on update. you can see model error is shown and update is also done.
This is not reproducible in mozilla.
I need a solution for this ASAP.
Thanks,
Ashok
I have a grid with ajax binding along with edit option. Now one of the property named 'PropX' in the model that is bounded to the grid has a Required Field model validation(using validation attributes at model level).
when PropX is edited and left the text box empty and i clicked on update
Expected Result : model error should appear and OnSave event shouldn't be fired(i.e., Update should be cancelled).
Actual Result : In IE8 model error is shown as well as the OnSave event is fired and getting updated with default value.
i can able to reproduce this in your online demo at http://demos.telerik.com/aspnet-mvc/razor/grid/clientsideevents
How to reproduce this in your online demo : open the above mention url in IE8, edit one of the row and delete if there is any value in "Unit Price" (or) "Units in stock" text boxes and click on update. you can see model error is shown and update is also done.
This is not reproducible in mozilla.
I need a solution for this ASAP.
Thanks,
Ashok