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
220
Allowing Row to be Expandable Vertically
posted

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.