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
Productivity and Design Tools
Hi,
I need to disable edit mode for a specific column in a gantt control regarding to some criteria. Could you help me?
regards
var column = RadGantt1.Columns[index];
column.AllowEdit =
false
;