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??
Hello,
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
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.