Hello Telerik,
I want to provide a report with Custom Grouping in a crosstab. The parameter is a dropdownlist with availablevalues containing Text (DisplayMember) and Value (ValueMember) fields.
For this to work I have to bind the grouping and the field to the Value, and the Text to the header Textbox. I tried doing it through code but I couldn't get the selected value of the dropdownlist parameter, and the direct binding to the Parameters.GroupBy.Value won't work either.
Is there a way to achieve this in a Xtab ?
Thanks
I want to provide a report with Custom Grouping in a crosstab. The parameter is a dropdownlist with availablevalues containing Text (DisplayMember) and Value (ValueMember) fields.
For this to work I have to bind the grouping and the field to the Value, and the Text to the header Textbox. I tried doing it through code but I couldn't get the selected value of the dropdownlist parameter, and the direct binding to the Parameters.GroupBy.Value won't work either.
Is there a way to achieve this in a Xtab ?
Thanks