Hello,
I use an AggregateFunction on a column to show the number of records in total row at the bottom of my Telerik RadGridView. I would like this to show "Results: 0" when there are no records - is this possible? I have seen a way to show this in the grid but I want to keep a consistient UI and display it in the footer row (which does appear when there are no records but does not show anything).
Rodney
I use an AggregateFunction on a column to show the number of records in total row at the bottom of my Telerik RadGridView. I would like this to show "Results: 0" when there are no records - is this possible? I have seen a way to show this in the grid but I want to keep a consistient UI and display it in the footer row (which does appear when there are no records but does not show anything).
<telerikGrid:GridViewDataColumn.AggregateFunctions>Thanks
<telerik:CountFunction
Caption="Results: " />
</telerikGrid:GridViewDataColumn.AggregateFunctions>
Rodney