Rank: Member Groups: Member
Joined: 10/13/2009 Posts: 14
|
This is done by clicking on a refresh button for a grid that runs a query and does a databind() to repopulate it. It's something to do with the line in the code below that says: this.ack[n].bmg
Any ideas?
[removed by admin]
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please make sure you set the Grid's SelectedItemIndex to -1 after you repopulate the Grid.
Thanks
|