hi,
I'm using 10.3 version UltraGrid and use Row Layout in column arrangement method. When I double click the column header to resize the column width, the column width resized as expected. Then double click the same column header, it caused the row height of the header row and other rows resized abnormal. Any hints what i doing wrong?
Thanks,
Keith Chan
Hi Rooma,
I'm don't understand. The behavior you are referring to is a bug and it has been fixed. There's no way to "disable" it.
Hi Mike,
I want to disable the bug
" Then double click the same column header, it caused the row height of the header row and other rows resized abnormal"
Regards,
Rooma
What feature are you referring to?
You want to turn off the user's ability to autosize the column? If that's what you want, I think you can just do this:
private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e) { e.Layout.Override.ColumnAutoSizeMode = ColumnAutoSizeMode.None; }
Hello ,
I am on 10.2 version . Is there any way to disable this feature there.
Thanks ,
Hello Keith,
I have been able to verify the mentioned behavior in the base version of our controls - NetAdvantage 2010 vol3. 1000. The good news are that this has been already fixed in the latest service release available for you which is NetAdvantage 2010 vol3 - 2083.
This service release is now available under your account at the Infragistics Website. To download the service release, log in to‘My IG’ and select ‘Keys & Downloads’. Select the appropriate tab for this product, then the license key. The available service releases should now be listed on the page.
Please let me know if I can provide any further assistance.