AdvStringGrid spinedit different maxvalue by row

Hi,

Is it possible to change maxvalue for spinedit for each row in column separatelly? As I checked if I change maxvalue it becames valid for the whole column. I'm not using latest version of TAdvStringGrid, maybe it was an error?

You could set it dynamically from the grid.OnGetEditorProp event

That works. Thank you for your help.