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
The above problem solved for all the page except one. we have 2 pages which does the same funtionality. one which opens in normal and another which opens in popup. The page which opens in norman is working fine but when the page opens in popup the grid date is getting cleared on postback. Please let us know what may be the problem.
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.
can you provide the code you are using to do this?