Radgrid gets misaligned with the page when we use the following settings for the RadGrid. Otherwise, it works fine when we dont use the settings.
<
Scrolling AllowScroll="True" UseStaticHeaders="true" FrozenColumnsCount="3" SaveScrollPosition="true" />
note: the RadGrid moves 200px to right when we use the above settings for thr RadGrid otherwise it start with 0px.