Jump to content
Registration disabled at the moment Read more... ×
Sign in to follow this  
david berneda

TeeGrid example, create multiple sub-grid levels using FireDAC datasets. 🤓

Recommended Posts

Example sources:

https://github.com/Steema/TeeGrid-VCL-FMX-Samples/tree/master/demos/FireMonkey/Database/Master_Detail_FireDAC

 

TeeGrid can be easily programmed to display unlimited sub-grid levels. 

Just add an "expander" render to enable "+" and "-" clicks, and set an event to obtain your desired sub-rows.

 

uses Tee.Renders;
var Expander : TExpanderRender;
Expander:=TeeGrid1.Grid.Current.NewExpander; 

 

 

 

TeeGrid_Multi_Grids_FireDAC.png

  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×