is there a way to not highlight the text in a grid when the user selects or drags with their mouse in a grid? I've attached a screen shot of what it is doing currently. We have other grids on our site that don't allow this behavior but I cannot figure out how that is possible.
Thanks,
Jon
1 Answer, 1 is accepted
0
Sebastian
Telerik team
answered on 18 Apr 2011, 08:13 AM
Hi Jason,
You can do that by setting the ClientSettings > Selecting > AllowRowSelect and EnableDragToSelectRows properties of the grid to false (respectively). You can test this configuration on this online demo of the component.