Hello,
i have the newest available Versions of the TMS-Components installed for Lazaraus at the moment.
I´m currently in the process of getting to know the components and learning how to use them in the Lazarus IDE. For that i´m using also the documentation available. While going througt it, i noticed that some features may not be as usable as they woult when using Delphi.
For example:
- I cant dynamically sort the data in a grid. I connected the grid via database adapter to a datasource. The Data in the Database Table gets displayes, but i cant use the advertised methods. I have added the columns manually, enabled all possible properties in the options categorie i could find. I get the symbol (the little arrow when clicking on the header) but even when doing the action multiple times nothing happens. The following property cant be set: "Grid.Options.Sorting.Enabled := True; " since it´s not found by the IDE.
- Furthermore i can´t filter the data in the grid. I tried to use the descirbed method in the documentation following "Filter Row" to recieve a user friendly popup for searching and choosing possible filters. I´m using the same grid as mentioned in 1. but the shown filter only lists the following options on runtime " " and "(All)". Here to, most of the mentioned methods are not usable in Lazarus apperantly.
Is there any way, to make these features usable and i´m just not on the right track? Is there a Lazarus specific documentation to learn from?
If any aditional informations are needed, please let me know and i will provide them.
Thanks for the help.
Best regards, Gregor