My scenario:
I want control the width of each grid item and header of a RadGrid.
RadGrid properties:
Notes:
I want control the width of each grid item and header of a RadGrid.
RadGrid properties:
- TableLayout="Fixed"
- UseStaticHeaders="True"
- AllowScroll="True"
Notes:
- When I set UseStaticHeaders ="False" it works.
- I can control the grid item height of both item and header.