I've made a report in which I defined one group 'Category'. Now I would like to place some extra text in the first groupheader.
My report contains several categories. Only for the first category I would like to add some extra text in a separate textbox. how can I achieve this ?
3 Answers, 1 is accepted
0
Steve
Telerik team
answered on 26 Jul 2010, 08:17 AM
Hi Marc,
You can use Conditional Formatting to show the TextBox with the additional info based on your logic i.e. group name.
All the best,
Steve
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
That could be a solution if the groupname of the first group always is the same. But that isn't. Is there a way to retrieve the index of the group ? Than I could check if groupindex=0 extra text, if >0 no extra text
0
Steve
Telerik team
answered on 27 Jul 2010, 01:46 PM
Hi Marc,
You can use the = RowNumber() function for the comparison - it would return 1 for the first group.
Greetings,
Steve
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items