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
1140
Auto fit cells with Header Freezing
posted

Hi,

We developing the web application by using the .NET Framework 3.5 with Infragistics Version 9.2.

In the Infragistics the header row  of the Ultrawebgrid has to be freezed.

This can be done by using StationaryMargins="Header" TableLayout="Auto" this properties

But, We need to Auto fit Contents of the cell so that the height and width of the cells get adjusted automatically.

This could be accomplished by using StationaryMargins="No" properties.

On giving the above the feature of freezing the rows is lost.

We want to know the way that both the above features are achieved simultaneously.