ok I have this grid where I have large amount of columns (dynamic colums are added to it).
I need first 2 colums to be freez soo I set
$grid->MasterTable->FrozenColumnsCount = 2;
and works ok but when I scroll to see the far right colum the 2 first colums start to grow width to fill the "empty area of the grid zise"..
is there a way to set column width to be fixed and avoid this behavior?.
also how to stop scrolling when last column is seen/rendered.