Hi
We have a Web Part with two unbound grids (A and B). Rows can be moved between the two. This is done on the client side using igtbl_addRow and igtbl_DeleteRow (no server side code is used). There's a save button which runs on the server on postback.
The problems is that the data seems to be out of sync. For example, copying row 3 and 4 from Grid B to Grid A and then copying row 1 and 2 from grid A to grid B. It looks fine on the client-side, but when clicking save, the server side grid objects, grid B's row 1 and 2 (copied from grid A) are empty. EnableViewState is set to true on both grids.
It's probably my ignorance of how web parts work, but I'm unsure how to resolve this problem.
This is using NetAdvantage 2004 Volume 2. We are looking into moving to a newer version, but need to get this resolved soon.
Thanks