Disable column in a Grid.
Is it possible to disable a particular column in a Grid, such that the cells in that column can not be selected?
Stanley
June 14,
obj.onSelectedColumnsChanging = function(columns){
if (columns[0] == 1){ // column-1 not selectable
return true; // cancel change
}
}
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021