Rank: Advanced Member Groups: Member
Joined: 7/21/2008 Posts: 90
|
I have observed one extra thing
On btn_click event where I am reading the CheckedItems property if I am not calling loadgrid method (this calls on page load) then the grid becomes empty. Why it is clearing the grid?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
It should not. Please post sample code that demonstrates the problem.
This will also explain why CheckedItems are not working. LoadGrid clears up everything in the Grid, including CheckedItems.
You may want to start a new thread. This thread is getting too long.
Thanks
|