Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Docs & Resources
Productivity and Design Tools
Is there a way to disable text selection.I tried adding this css class
.disable-selection { user-select: none;}
on the <TelerikGrid/> level but I can still highlight text.
Feeling a little stupid I just had to wrap it in a div.
<div class="disable-selection>
<TelerikGrid ..../>
</div>