Rank: Member Groups: Member
Joined: 12/5/2008 Posts: 27
|
Issue: I have a CallbackPanel with a GridView Control inside of it as I populate the Grid with a user listing based upon selections from a CheckedListBox like Active, Inactve, Deleted for Members, etc.
I am using a div tag before the Gridview as I am trying to capture the scrolled x,y coordinates or the SelectedIndex (which I have) as there may be 500+ users in the list and if you select 300 it always resets the GridView row index inside the CallbackPanel back to 0 or the first element in the GridView.
I have spent a week working on this and tried solutions from Microsoft, ASP.net and various other results from my google queries. I believe there is something in the CallbackPanel preventing this from happening, but cannot prove it. I am using Group mode as there are triggers and other controls that are grouped together for the results.
Desperate and In need of some help...
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please try to create a test page that can reproduce the problem. We won't be able to take your application as is and debug it for you. Another thing that you can try just as a test is to replace our CallbackPanel with ASP.NET UpdatePanel and see if that works for you. If that also breaks down, then the problem most likely is in your code somewhere. In that case you can try commenting your code out block by block and see if you can identify the source of the problem.
Thanks!
|