Hi Blama,
It works. thank you.
see and set ListGrid.setShowRecordComponents() and ListGrid.setShowRecordComponentsByCell().
Then override ListGrid.showRecordComponent() and check inside if the column-index is your column (translate to column-name before with ListGrid.getFieldName(int colNum)). If so, return your widgets, if not, return false.
Best regards,
Blama[/QUOTE]
Announcement
Collapse
No announcement yet.
X
-
Hi antonychristopher,
see and set ListGrid.setShowRecordComponents() and ListGrid.setShowRecordComponentsByCell().
Then override ListGrid.showRecordComponent() and check inside if the column-index is your column (translate to column-name before with ListGrid.getFieldName(int colNum)). If so, return your widgets, if not, return false.
Best regards,
Blama
Leave a comment:
-
Placing two selectitems in ListgridField
Looking for creating two select-items in list grid field that means in cell itself.
If anyone come across this stuff...suggest the way to get it..Tags: None
Leave a comment: