Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
The odd and even row styles do not restart their count within of each group.
Here is an example:
The 'Employment' line should be highlighted, and the 'Starting Balance' line should not.
To select the odd / even value, the Position of the datasource is used.
So when using grouping this is working not properly.
In this case, instead of Odd / Even Styles please use the Condition property of the databand.
Please check the report sample in attachment.
Hi Ivan,
I checked the attached report and I couldn't see what condition I would need to use on the alternate rows.
I've tried making the databand have a conditional style with an expression of "Line %2 == 0" but this doesn't work.