This is a migrated thread and some comments may be shown as answers.

Maintain Checked GridClientSelectColumn

2 Answers 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 11 Sep 2008, 01:54 PM
I have a grid that is using a timer every 2 mintues to refresh the grid.  However, if I check a row in the grid the timer unchecks the row.  I know that I am rebinding the grid, but how do I maintain the checked row on the in the grid using the timer?

<telerik:GridClientSelectColumn UniqueName="ClientSelectColumn" HeaderStyle-Width="25" /> 

<asp:Timer ID="Timer1" OnTick="Timer1_Tick" runat="server" Interval="9000" /> 

protected void Timer1_Tick(object sender, EventArgs e)  
{  
  BindGrid();  
}      

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 11 Sep 2008, 02:04 PM
Hello George,

Please check the example in this thread:
http://www.telerik.com/community/forums/thread/b311D-bgaggk.aspx

Sincerely yours,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Shinu
Top achievements
Rank 2
answered on 15 Sep 2008, 04:09 AM
       
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Shinu
Top achievements
Rank 2
Share this question
or