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.
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.
Comment