Hi, this is a classic listgrid-problem, i.e. that if you have a object with an "enabled" column, it clashes since smartGWT uses it.
For grids, i usually do
But i can't see a similar method for ComboBoxItem, resulting that certain items are grayed out and not clickable.
I non-trivial for me to change the value server-side, so i was wondering if there is any way around this, similar to ListGrid?
For grids, i usually do
Code:
listGrid.setRecordEnabledProperty(">>");
I non-trivial for me to change the value server-side, so i was wondering if there is any way around this, similar to ListGrid?
Comment