I am using UltraWebGrid and I need to freeze the 1st column which is displayed. Following is the code which I used but it does not seem to work somehow.. Protected Sub grdGrid_InitializeLayout(ByVal sender As Object, ByVal e As Infragistics.WebUI.UltraWebGrid.LayoutEventArgs) Handles grdGrid.InitializeLayout grdGrid.DisplayLayout.UseFixedHeaders = True grdGrid.DisplayLayout.Bands(0).Columns(20).Header.Fixed = True End Subcolumn 20 is the 1st column which is getting displayed. However as the function ends the column is shifted back to 19th.How am I supposed to freeze the column while scrolling ?
I am using ultra web grid version 8.2 and browser is Internet Explorer. I haven't tested the code on other browser as we need to work the code on IE 6.0 and above.
The grid is placed in update panel ajax control.
Hello,
The code is fine and this is what you need to freeze a column. This should work. I have more questions to figure out what the actual issue is.
1) Which version of NetAdvantage Controls are you using?
2) What kind of browser are you using?
3) Is this behavior browser specific?
4) Are you using any AJAX technology? If yes, then please describe the details.
Please let me know your response.
Thanks