Am 27.05.2019 um 06:43 schrieb Dennis via lazarus:
I am hoping one that supports different column types editing without much coding on my side.
That's what the standard TStringGrid can do.  Just use Columns. You can pick an editor in the ButtonStyle property. In case of the picklist editor specify the combobox items in property PickList; in case of the checkbox column specify the value assigned to the checked and unchecked state in properties ValueChecked and ValueUnChecked. Of course, these editor types require the grid to be in edit mode (i.e. goEditing in Options).
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to