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
Hi,
I wanted to disable the particular row in Telerik grid (or) disable the particular row buttons on grid.
Please help me out ASAP.
Thank you,
LakshmiPathi K
just style the css for the cmd-btn
code (example!):
<GridCommandButton Command="Delete" Icon="delete" Class="cmdBtnNoClick"> </GridCommandButton>
style:
.cmdBtnNoClick {
depending on what you want, change the class for example to
.cmdAllowClick{
......
}