This question is locked. New answers and comments are not allowed.
Hi,
On all my RadGridViews I put the total records in the bottom (using AggregateFunctions - see below). This works fine unless the column it is in has a small width (see attached screenshot), then it truncates the value. The problem is even worse on complex grids with virtualization and the value does not update even when you resize the column containing the total (it does not repaint it).
So what I would like to do is put a Colspan=2 on the TotalRow: grid footer so it is not bound to a particular column and is more of a row - is this possible?
<telerikGrid:GridViewDataColumn.AggregateFunctions>
<telerik:CountFunction
Caption="Rows:" />
</telerikGrid:GridViewDataColumn.AggregateFunctions>
Thanks
Rodney
On all my RadGridViews I put the total records in the bottom (using AggregateFunctions - see below). This works fine unless the column it is in has a small width (see attached screenshot), then it truncates the value. The problem is even worse on complex grids with virtualization and the value does not update even when you resize the column containing the total (it does not repaint it).
So what I would like to do is put a Colspan=2 on the TotalRow: grid footer so it is not bound to a particular column and is more of a row - is this possible?
<telerikGrid:GridViewDataColumn.AggregateFunctions>
<telerik:CountFunction
Caption="Rows:" />
</telerikGrid:GridViewDataColumn.AggregateFunctions>
Thanks
Rodney