Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
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.