Hello,
Is it possible to use your TeeGrid with a TComboBox Column and Livebinding? We tried different TGrids in our FMX project on android as target in Delphi 10.3.3. With grids from other vendors we have problems with TComboBox Column if we use LiveBindings.
We hope to use your very unsefull TeeGrid.
You’re sincerely
Willi Ebert
TeeGrid with TComboBox Column and LiveBindings
Re: TeeGrid with TComboBox Column and LiveBindings
Hello Willi,
I've run a test to check it. Similar to the project linked here:
Assigning the data to a ClientDataset, the combo to possible field values and another component on the form with LiveBindings, linked to that same field. I can confirm that modifying the field value in the grid, via the combo, updates correctly the other livebinding component on the form.
Regards,
Marc Meumann
I've run a test to check it. Similar to the project linked here:
Code: Select all
https://github.com/Steema/TeeGrid/tree/master/demos/FireMonkey/Cell%20Editors
Regards,
Marc Meumann
Steema Support
Re: TeeGrid with TComboBox Column and LiveBindings
Hello Marc,
i use now FDMemTable insted of ClientDataSet. So far without any errors. But we have problems with the senility of the cell editing under Android.
We set:
TeeGrid1.Editing.DoubleClick := True;
TeeGrid1.Editing.AutoEdit:= True;
TeeGrid1.Editing.EnterKey:= NextRow;
But we have to make many "double-clicks" to enter the edit mode of one cell, and with enterkey nextrow the curser is still in the same row after editing.
You’re sincerely
i use now FDMemTable insted of ClientDataSet. So far without any errors. But we have problems with the senility of the cell editing under Android.
We set:
TeeGrid1.Editing.DoubleClick := True;
TeeGrid1.Editing.AutoEdit:= True;
TeeGrid1.Editing.EnterKey:= NextRow;
But we have to make many "double-clicks" to enter the edit mode of one cell, and with enterkey nextrow the curser is still in the same row after editing.
You’re sincerely
Re: TeeGrid with TComboBox Column and LiveBindings
Hello Willi,
Thanks for the feedback. We'll run some tests.
Regards,
Marc
Thanks for the feedback. We'll run some tests.
Regards,
Marc
Steema Support