This is a migrated thread and some comments may be shown as answers.

[Solved] Fixed first column and last column on a Radgrid

1 Answer 493 Views
Grid
This is a migrated thread and some comments may be shown as answers.
M
Top achievements
Rank 1
M asked on 23 Feb 2014, 08:08 PM
Hi

Is it possible to have a fixed first and last column and the mid- columns could be scrollable horizontally.

Any suggestions would be appreciated.

Thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Feb 2014, 06:16 AM
Hi,

You can have static columns for your Grid, set the ClientSettings.Scrolling.FrozenColumnsCount property to a value greater than 0. The value of FrozenColumnsCount specifies the number of columns (starting with the leftmost column) that do not scroll when the user scrolls the grid horizontally. I'm afraid setting frozen column at last is not supported, hence you may have to move the last column to the left most to set it as frozen. Please take a look at this online demo on Grid - Scrolling to know its working.

Thanks,
Princy
Tags
Grid
Asked by
M
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or