I'm trying to reach this goal:
I have a grid with static headers, but this way RadGrid make the Footer Totals static too...
There's a way of change this behavior or should I make it programmatically, if yes, how?
I want to let my headers statics but my footer I want inside the grid.
1) When I put the property UseStaticHeaders to true my header get static and my footers are placed in the bottom of the scroll bars.
2) When I put the property UseStaticHeaders to false my header is no more static and my footers get placed inside the grid above the scrool bars.
I want the second behavior for my grid UseStaticHeaders = true Headers = Statics Footers = Inside the grid ( not below the scrool bars )