Hi,
in my web page I have a RadGrid that uses the property UseStaticHeaders set to true. If I reload the page the grid's columns change their width and I see a movement. How can I avoid this without removing UseStaticHeaders = true?
1 Answer, 1 is accepted
0
Iana Tsolova
Telerik team
answered on 09 Dec 2010, 10:54 AM
Hello archimede,
Could you please specify if you have set Height for the grid? If so try setting the ScrollHeight instead as suggested here.
If the issue persist, try setting the MasterTableView.TableLayout property to Fixed and make you sure you have set HeaderStyle-Width for each of the grid columns.