Hello,
I have a SelectItem to display two ListGridFields say FirstName and LastName. When click, the dropdown list shows the 2 columns but I want to be able to grab a column border between the 2 columns and change the width of the 2 columns. Is this possible ?
I tried setCanDragResize(true) for both ListGridFields but still not able to drag resize.
Here's what I am using:
GWT 2.4.0
smartgwt 3.0
Firefox 10.0.2
Thanks,
Annie
I have a SelectItem to display two ListGridFields say FirstName and LastName. When click, the dropdown list shows the 2 columns but I want to be able to grab a column border between the 2 columns and change the width of the 2 columns. Is this possible ?
I tried setCanDragResize(true) for both ListGridFields but still not able to drag resize.
Here's what I am using:
GWT 2.4.0
smartgwt 3.0
Firefox 10.0.2
Thanks,
Annie
Comment