AdvStringGrid RangeSelect/Allow Edit

Hi guys,

if I place an AdvStringGrid on a Form, I can select a range without any setup.
If Allow Edit (goEditing=True), I cannot select a range any more.

How to make RangeSelect possible and also allow the user to edit data. I thought this is standard-behaviour in datagrids.

Thanks, Tom

Please set grid.MouseActions.RangeSelectAndEdit = true

Hi Bruno,

thanks - works perfectly !