Hi Telerik,
Can we have multi selection of rows and deselection of single selected row without using CTRL Key press.
Please provide the solution ASAP as it is urgent.
3 Answers, 1 is accepted
0
Sebastian
Telerik team
answered on 09 Dec 2011, 04:44 PM
Hello Manishkumar,
You can implement this client-side as illustrated in the second grid of this demo by choosing the third option from the configurator there. If you are looking for a server-side solution, you may consider one of the approaches presented here.
Regards,
Sebastian
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Thanks ,But we have requirement for selecting any rows without pressing CTRL key . and when we again click on that selected row it
Should get deselected.Please find the attachment for reference.
Please reply ASAP,its very urgent.
0
Sebastian
Telerik team
answered on 12 Dec 2011, 03:24 PM
Hello Manishkumar,
This can be done using GridClientSelectColumn or asp CheckBoxes as illustrated in the demos I referenced previously. Please consider one of these options.
An alternative would be to extend the solution presented in this code library thread to deselect single items when they are clicked after they had been selected before that.
Regards,
Sebastian
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now