Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
When I try to alternate row color on a table on a report I use the Conditional Formatting =RowNumber()%2
When the report runs I get the error “Aggregate node ‘LeafNumber(Const(RowNumber))’ not found.
After searching and searching because RowNumber() is returning always 1, I managed it by adding the next ConditionalFormatting rule: "= RunningValue("table1",Sum(1)) Mod 2" "<>" "0" as shown in the attached screenshot. Finally select a different style for that rule. I hope it this will help you :)
Regards from Colombia, José Miguel.