Tuesday, December 3, 2013

Some times we need to Fixed the Column in Telerik Grid. This is can be achieved by Telerik Client side Event. As
<ClientSettings>
<Scrolling AllowScroll="True" UseStaticHeaders="true" SaveScrollPosition="false" FrozenColumnsCount="6">
</Scrolling>

</ClientSettings>
from above code first 6 column are fixed in grid.