Problem with TMSFNCGrid in Lazarus

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:

  1. 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.
  2. 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

Hi,

Lazarus is no longer actively supported because of several commercial & technical reasons. TMS FNC Data Grid is not part of Lazarus. We keep on compiling Lazarus for people with running projects for TMS FNC UI Pack only, and part of the packages is TMS FNC Grid, which has legacy documentation available via this link: TTMSFNCGrid - TMS FNC UI Pack

Hi Pieter,

thank you for your Message. Sad to hear that Lazarus is no longer actively supported.

Before getting the TMS-Components i didn´t find any information regarding this on the website sadly.

Thank you for the Link nonetheless.