Hi,
How can I create a new Group Header Band and set a data column and a sort direction into it?
There is a javascript code to do it dynamically?
Thanks,
Gabriel Brunichaki
Dynamic grouping
-
- Posts: 7291
- Joined: Tue Mar 20, 2018 5:34 am
Re: Dynamic grouping
Hello,
Please check the following sample:
https://www.stimulsoft.com/en/samples/j ... -from-code
Thank you.
Please check the following sample:
https://www.stimulsoft.com/en/samples/j ... -from-code
Thank you.
Re: Dynamic grouping
Hello,
This will help me a lot! Thank you!
Just one more question: how can I delete a component?
This will help me a lot! Thank you!
Just one more question: how can I delete a component?
-
- Posts: 7291
- Joined: Tue Mar 20, 2018 5:34 am
Re: Dynamic grouping
Hello,
You can use the following code:
componentContainer.components.remove(necessaryComponent);
where componentContainer- it is a component on which placed removed component - page, header, band etc.
Thank you.
You can use the following code:
componentContainer.components.remove(necessaryComponent);
where componentContainer- it is a component on which placed removed component - page, header, band etc.
Thank you.