I have a few questions regarding the differences between "AdvStringGrid" and "TMSFNCGrid".
in "AdvStringGrid" there is an event "OnEditChange". Does this event or a comparable event also exist in "TMSFNCGrid"?
in "AdvStringGrid" there is the method "ShowInplaceEdit". Does this or a comparable method also exist in "TMSFNCGrid"?
in "AdvStringGrid" there are the properties "Navigation.EditSelectAll" and "Navigation.InsertPosition". Do these or similar properties also exist in "TMSFNCGrid"?
Hi,
Thank you for your answer.
Is it possible that "OnEditChange" (TMSAdvStringGrid) and "OnCellEditDone" (TMSFNCGrid) are not the same?
"OnEditChange" is triggered every time a key is pressed while cell editing = true and OnCellEditDone is triggered when cell editing is finished altogether.
Hi,
thanks for the quick reply. We are using the "OnEditChange" event (including the ability to position the cursor) in one of our VCL applications.
Is it possible to implement these features in a future update of TTMSFNCGrid?