Hi,
I need to know if UltraWebGrid have changed rows from client side, after some cell value was modified in server side. I know that this can be done with: igtbl_getLength(grid.ChangedRows); but this only works if the user made the change directly in the grid.
If the change is made in server side (for example a button that change some cell values, lets say something like grid.Rows[i].Cells[j].Value = newValue;) then in client side operations the "igtbl_getLength(grid.ChangedRows)" sentence say 0 (ZERO Rows modified).
How can I get the modified rows from client side? Thanks a lot!
Hi Pablo,
Thank you for posting in our forum.
You are right, the ChangedRows property works only on client-side. Unfortunately, there is no similar method, allowing to get the number of rows, modified on the server.
Please note that UltraWebGrid is outdated and no longer supported. I would recommend you upgrading your product to a more recent version.
Let me know if you have any other questions.
I'm just following up to see if you have any further questions or concerns.