Hi,
I have a radgrid with dynamic GridBoundColumns created, where we apply custom format string to each of them based on data type
eg: boundColumn.DataFormatString = "{0:N}" for decimal or any number type.
I have support for both server-side and client-side aggregate functionality. But facing some issues now.
Scenario : If we apply a custom DataFormatString to a column
Grid is loaded fine. But if user selects a aggregate type using Footer Aggregate Menu from Column Header, Aggregate Name is not displayed within the footer result.
Aggregate Operation is executed fine and desired result is displayed but we are not able to see the Aggregate name.
Eg: We apply “Count” aggregation on Column1 then the footer result is displayed as “x.
The expected result should be “Count : x”
It works fine when no dataformat string is applied on bound columns.
Here is a post which says , which in-turn says aggregate title names can be turned off by seting DataFormatString.
http://stackoverflow.com/questions/1244894/telerik-radgrid-custom-aggregate-unwanted-text
So in our case, its the same that is happening. We are setting the dataformatstring and cant see the aggregate titles.
Need a solution to get this working. Are there any specific constraints to use in order to support both server side and client side aggregates with formats applied ? Or am I missing anything here ?
Any thoughts ?
I have a radgrid with dynamic GridBoundColumns created, where we apply custom format string to each of them based on data type
eg: boundColumn.DataFormatString = "{0:N}" for decimal or any number type.
I have support for both server-side and client-side aggregate functionality. But facing some issues now.
Scenario : If we apply a custom DataFormatString to a column
Grid is loaded fine. But if user selects a aggregate type using Footer Aggregate Menu from Column Header, Aggregate Name is not displayed within the footer result.
Aggregate Operation is executed fine and desired result is displayed but we are not able to see the Aggregate name.
Eg: We apply “Count” aggregation on Column1 then the footer result is displayed as “x.
The expected result should be “Count : x”
It works fine when no dataformat string is applied on bound columns.
Here is a post which says , which in-turn says aggregate title names can be turned off by seting DataFormatString.
http://stackoverflow.com/questions/1244894/telerik-radgrid-custom-aggregate-unwanted-text
So in our case, its the same that is happening. We are setting the dataformatstring and cant see the aggregate titles.
Need a solution to get this working. Are there any specific constraints to use in order to support both server side and client side aggregates with formats applied ? Or am I missing anything here ?
Any thoughts ?