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

Grid items are de-selecting

2 Answers 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sumanth
Top achievements
Rank 1
Sumanth asked on 28 Apr 2011, 12:05 PM
Hi,

please find below url
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/webmail/defaultcs.aspx

I am able to select multiple rows by selecting check box. But if i click on any row of the gird, that row will be selected and previously selected rows are unselected automatically.

Is their any way to prevent this, if user clicks on any row accidentally, his complete efforts ( already selected rows) will becomes waste.

Thanks,
Sumanth 

2 Answers, 1 is accepted

Sort by
0
Accepted
Pavlina
Telerik team
answered on 28 Apr 2011, 12:29 PM
Hello Sumanth,

Actually, with version 2009.Q3.SP1 of Telerik RadControls, there is a property RadGrid.ClientSettings.Selecting.UseClientSelectColumnOnly that does exactly that, i.e. enables you to select/deselect rows only through the client select column and not on row click. If you have enabled multi-row selection, however, dragging to select still works.

Greetings,
Pavlina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Sumanth
Top achievements
Rank 1
answered on 28 Apr 2011, 12:34 PM
Hello Pavlina,

Thanks for yur help.

Thanks,
Sumanth
Tags
Grid
Asked by
Sumanth
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Sumanth
Top achievements
Rank 1
Share this question
or