Get KoolPHP UI with 30% OFF!

scrolling large grid causes colums to rezise to fit grid width..

Abraham
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.
Posted Aug 11, 2015 Kool
David
Hi Abraham,
This issue will be fixed in the next release of KoolPHP (i.e v8.4) in the next few days.
Rgds,
Posted Aug 14, 2015 Kool -
Abraham
Kool thanks.
Posted Aug 19, 2015 Kool -