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
675
WebDataGrid column resizing
posted

According to this page http://www.infragistics.com/help/silverlight/xamGrid_Auto_Size_Columns_Using_Mouse_Clicks.html,

The Silverlight grid allows users to resize columns by double-clicking the resizing control on the edge of the column header.

Does the WebDataGrid or WebHierarchicalDataGrid have similar functionality?

If not, I have a second question.

I have tried to implement this myself, but I find that the grid does not throw the DoubleClick event when I double click the header if Column Resizing is turned on.

Is this the case or is there some way I can turn this on?