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
Hi,
I will try that. Thanks for the quick reply
There are a number of different things that could have possibly gone wrong here, and without knowing exact implementation details, it's likely going to be very difficult to tell what is happening.
I suggest that you submit a support request so that a Developer Support Engineer can look into this in more detail. Please include a concise sample application that we can run and debug which duplicates the behavior you've described here; this way, we know we're running the same code you're running. You'll also want to include a mention of what browser (and version of that browser) you're using - it might become relevant.