There seems to be an issue when using paging and xml row updating. When the InitalizeDataSource event is raised the CurrentPageIndex is not set correctly. After the event is raised the CurrentPageIndex is set to the correct page however the data has already been returned from the database but is not correct because the data is from the first page. What am I doing wrong.
Thanks
Hi. I've got the same problem. When updating Row the property CurrentPageIndex=1, however it works right when going through pages.
Any Ideas or workarounds?