Hello,
I'm using the WebHierarchicalDataGrid for the first time. I've enabled Outlook GroupBy. As stated in the documentation "The Outlook GroupBy feature works with all of the WebHierarchicalDataGrid™ control's behaviors".
If I enable Column Resizing all I get is an empty grid - no rows or columns, no headers. It's more like a placeholder.
Is Column Resizing supported when using Outlook GroupBy?
Hi Bernhardus,
As of 11.1, the WebHierarchicalDataGrid supports Column Resizing (column moving and row edit template were also added to supported list that release). Do you have a small sample that replicates this problem? I have tried one of my samples that has grouping and resizing on and it works fine. It definitely shouldn't cause the grid to be blank. At worst, the two drag and drop behaviors might interfere with each other.
regards,David Young
attached you find an asp.net application.
If you remove the line
<ig:ColumnResizing Enabled="true"></ig:ColumnResizing>
in default.aspx you see all the items in the grid. If the line is present you see nothing of the grid. However, the grid is shown, as you might see using e. g. firebug.
I'm using NetAdvantage ASP.net 2011.2 sr 1019 with .net 4 and currently Firefox 7.0.1.
Hi bernhardus,
I was able to replicate this with build 1019, but the latest internal code had it working for me. There actually was a JS exception. In the first SR, I think this should be resolved.
thanks,Dave
Thank you too
Bernhardus