Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Ultra Web Grid Validation in ToolBar click and Before Row Insert
posted

Can anyone from infragistics please help me on this issue.

I have an ultrawebgrid and a ultratoolbar in a page.

i can add data to my grid from a add new row which is fixed at bottom.

I enter data in the add new row and perform all validations for each cell in the Before Row Insert event of the grid

so that only validated data enters the grid.

On a toolbar button click i save the data. here on the tool bar button click i also perform validations(client side) to confirm

that no data misses on updation of any row.

Now the problem is i enter some data in the new row which is fixed at bottom and click the tool bar

button , the validation fails then a pop up comes up asking to enter the missing data(in my validation operations i

used alerts to specify the missing data cell) then a postback occurs and i lose the entered data in the new

row.

Can any one help me to stop the postback and hold the data on tool bar button click on validation failure

in the new row?

Thanks.