Ciao,
There is a possibility to validate the user imput? For our application, is necessary to limitate the user, and to set a format that can be accepted : only positive values, maxlenght, only 2 decimals, etc.
Please tell me if you think to be a solution for this. Is possible to use javascript for the elements from BoundDataField ?
Thanks, regards
Lidia
Hi,
As another approach would be to handle RowUpdating event on the server and depends on your logic to cancel it or not.
Thanks, is hard to work in this way. Is lost some beauty of this control. Is better to validate the input data on server side, before transaction execution.
Best rgds, thanks.
Hi Lidia,
Please take a look at this link :
http://forums.infragistics.com/aspnet/articles/webdatagrid-validation.aspx
Hope this helps