Hello,
In the header, I would like to include the number of items in the radGrid
I have something like this after the grid is bound, but the header is not changed.
Someone in the forum suggested to use Rebind() in PreRender event. Does anyone know if there are any other ways to change the header?
Thanks,
Wai
In the header, I would like to include the number of items in the radGrid
I have something like this after the grid is bound, but the header is not changed.
RadGrid.Columns("col").HeaderText = counter |
Someone in the forum suggested to use Rebind() in PreRender event. Does anyone know if there are any other ways to change the header?
Thanks,
Wai