Hi! I have been battling this issue for most of the day today. I am trying to get the rows in my webgrid to be able to be expandable by the user. I have used several different properties and none of them work. When I set the "RowSizingDefault" to "Free", it gives me the double arrow cursor but when you click it expands slightly but doesn't allow you to drag and size it that way. You have to keep clicking it to expand it little by little. I have 4 columns frozen and when it does resize the row (little by little) it only sizes the row for those frozen columns and not the UNfrozen ones. It doesn't allow me to resize the ENTIRE row. And the way that it's resizing isn't acceptable to the users.
I'm using Visual Studio 2008, with 2.0 framework, and server side VB code. The Infragistics version I'm using is 8.2, and Internet Explorer version is 7 but most of my users will be using IE 6 for now. That is another issue...the grid rows don't automatically expand in IE version 6 but does in version 7 (when setting the wrap property to "True". That is not a big concern, however. More importantly I need to get the row to be able to be expandable.
Thanks for any help in this matter.
Thanks for responding! I've had that set all along. One thing I can add to this is if I comment out the columns that I have frozen so that NO columns are frozen, I get the double arrows (like the row can be expanded), but it doesn't expand at all. When I drag it up or down and the double arrow goes away. Not even a single click will expand it like it does with the frozen columns when I have a few columns set to frozen, like I explained on my original post. Anything else I can try? Thanks.
Try setting DisplayLayout.TableLayout = Fixed.
I'm still having this issue...any ideas? Thanks.