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
4695
How to disable the manual adjust
posted

Dear all,

I have the ultragrid which is set to auto size of row and column.

I want to disable the manual adjust as shown in the attached pic. How can I do??

Parents
  • 71886
    Offline posted

    Hello,

    You could achieve this with the following code, put in the 'InitializeLayout' event of our 'WinGrid' control:

                e.Layout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.AutoFixed;          

                e.Layout.Override.RowSizingArea = Infragistics.Win.UltraWinGrid.RowSizingArea.EntireRow; 

    Please feel free to let me know if a question about our toolset comes up on your mind.

Reply Children
No Data