Hi,
In my current scenario i am using GridViewSelectColumn to display the checkboxes. But when the grid loaded by default the first row's check box is getting selected.
I want avoid that behavior. How that can be implemented.
Please suggest me the way.
Thanks
Gopinath
In my current scenario i am using GridViewSelectColumn to display the checkboxes. But when the grid loaded by default the first row's check box is getting selected.
I want avoid that behavior. How that can be implemented.
Please suggest me the way.
Thanks
Gopinath
4 Answers, 1 is accepted
0
Hi,
Didie
the Telerik team
The reason for the CheckBox to be checked would be that the first row is selected. Have you tried setting the IsSynchronizedWithCurrentItem="False" for the RadGridView?
Didie
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0

Gopinath
Top achievements
Rank 2
answered on 11 Dec 2012, 02:25 PM
Thanks a lot Didie .
It's fine now. I have one question. Can please let me know how to avoid the check selection when the TAB key is pressed.
Thanks
Gopinath
It's fine now. I have one question. Can please let me know how to avoid the check selection when the TAB key is pressed.
Thanks
Gopinath
0
Hello,
Didie
the Telerik team
Please check this forum thread where a similar topic has been discussed.
Kind regards,Didie
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0

Gopinath
Top achievements
Rank 2
answered on 11 Dec 2012, 03:54 PM
Hi,
CanUserSelect="False" works only at the time loading .
But i want to avoid the check selection when the TAB key is pressed after the Grid Loaded.
I mean if i select a row manually and after that if i am pressing tab, it moves to the next row and select the check box. Moving to the next row is fine. But i dont want the check box to be selected.
Thanks
Gopinath
CanUserSelect="False" works only at the time loading .
But i want to avoid the check selection when the TAB key is pressed after the Grid Loaded.
I mean if i select a row manually and after that if i am pressing tab, it moves to the next row and select the check box. Moving to the next row is fine. But i dont want the check box to be selected.
Thanks
Gopinath