Hi,
I have a application built on version 5.2. I have upgraded this application into Version 8.2 of infragistics. Now when i open a page for editing and made some changes and press of update the data in the grid are cleared and i am not getting the data from the grid. Its work fine with 5.2 version. What i need to do for this.
First when i open anything for editing all the values in the grid are diaplayed then i can add new row to the grid or delete the existing row from the grid and when i submit the form on press of update button all the details are cleared because of which i am not getting any values from the grid.
Please let me know the answer how to solve this issue.
Thanks,
Sudhir
can you provide the code you are using to do this?
I identified where the problem was. the grid re-databinds itself each time it posts back. As i am using an unbinded grid every time it post back the data in the grid are getting cleared.