Is there a way to make one column in my webgrid static so that when I scroll, it is always visible?
I would like to do with with the last column in the grid.
kerravon,
You can fix a column in place by setting the WebGrid's DisplayLayout.UseFixedHeaders property to True, and then setting that particular UltraGridColumn's Header.Fixed property to True as well. However, note that fixed columns will automatically display on the left side of the UltraWebGrid; there is currently no way to fix columns to the right of the UltraWebGrid.
Hi Kim Ho,
I have an issue something like this. What you said works perfectly fine, but the issue arises when you place the grid in side tab of the Infragistics UltraWebTab. Following is the .
Design
Action
Is there something wrong that I'm doing here. Are there any other properties that I need to set in the UltraWebTab or in the UltraWebGrid. Is there a work around to get this done.
Please help me
timestamp