Hi ,
I have 30 columns in grid.
When i right click on the particular column header , pops up menu with freeze and unfreeze menu items.
If i click on the freeze menu item , it should freeze till that column .
If i right clcik on the 10 th column and click on freeze , it should freeze 1- 10 column s
If i right click and click on unfreeze gris should be normal .
Any help.
Thanks.
Any one can help me on this ...
http://forums.infragistics.com/forums/t/7020.aspx
Thanks
I tried with the above line of code , the column is not moving to teh left side too.
Any ideas to freeze any column.
If i pass a columnindex , it i pass columnindex 4 then it should freeze first 4 columns.
I don't want to fix headers in initilize layout.
I should be able to fix any column with in the grid. If i do this in the initilize layout , the freeze columns are fixed.
But i need freeze any column in the grid.
Any ideas on this...
This line of code will fix the column you specified. It will move that column to the left edge of the grid and fix it on the left side. It will not have any effect on any other columns.
Note that column fixing is not supported in RowLayout mode.
I was trying to do this :
grid.displaylayout.bands(0).columns(columnindex).header.fixed =true
Where columnindex value is the column index right clicked on
Will this for freeze the columns in the grid.