Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
Column/Row freezing in Infragistics 2008 UltraWinGrid
posted

Hi

 I am using UltraWinGrid of Infragistics 2008in my project. I require the functionality of row/column freezing exactly like available in Excel. I have found that we can freeze a row/column easily, but as soon as we freeze it, it moves from its actual location to come in front of the available rows/columns. But i want that, say i freeze column 3, then it should not move from there but it should also freeze columns 1 & 2. Similarly when i click a row say 9 then all rows from 1 to 9 should get freezed.

Is there any way to get this kind of functionality? For freezing rows, i have tried to override its OnBeforeRowFixedStateChanged event. Here by using loopes I hav tried to giv the same functionality of freeze unfreeze to the rows as it is in Excel. But for a large dataset, say 10000, it doesn't perform well.

Anoop

Parents Reply Children