I am using Ultragrid 10.1.20101.1007
I have my grid anchored to a form and when the form resizes i want the columns in the grid to resize also. I set the AutoFitStyle = ResizeAllColumns and it works as expected. I have two columns that I want to prevent resizing so as per other posts in this forum I set the max and min widths to the same value.
However, this is not preventing the column from resizing.
The only thing I can think of that might be causing the problem is that my rows have columns in two levels. I tried LockedWidth = True but that only prevent the user from resizing but when the grid resizes the column does also.
Any Ideas?
TIA,
Kim
When I try to attach I get;
Sorry, there was a problem with your last request!
Either the site is offline or an unhandled error occurred. We apologize and have logged the error. Please try your request again or if you know who your site administrator is let them know too.
ftp://64.46.34.49:2121/SampleINFRA.Zip
Here is the attachment.
Zip file attached.
As I said, the minwith seem to prevent the column from shrinking, but when I make the form larger, the columns expand beyond maxwidth.
All columns are locked excpet for the description. My expectation was that only the description column would resize.
Maybe I am configuring something incorrectly?
I removed the second level to see if that was causing it be the behaviour was the same
-Kim
Hi Kim,
I've never seen a case where this did not work. It might be a bug. Can you post a small sample project demonstrating this behavior so we can check it out?
More to this. It appears the minwidth is working, just not the maxwidth. I am not using groups in my rows.