I am using ultra web Grid.. I am populating data using datatable and the grid is bound to the datatable. I am able to fetch the data and show the grid from the database.
I have a editable column in the grid, I need to loop thru this grid and populate the second grid in the same page.. How do i do ? Please give me the client side code. Please help..
The editable column in the grid. I have handled the client side event to check the correctness of the data entered. User enters the data and just skips to the next column.