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.