Hi,
I want to change the width of group by rows. As i have placed the grid into the DockManager and set the grid.dock property to Fill. Now in result, groupby row width is coming very long, as i have only four columns in it. Please help me in this.
Thanks and Regards,Rosy
The only way to do this would be to use a CreationFilter.
Can you please explain me how. as I am new to infragistics controls.
Thanks and Regards,Rosy Malhotra
Hi Rosy,
CreationFilters are an advanced feature that allows you to hook into the creation of UIElements in a control and modify them.
If you want to explore this option, I would recommend that you check out the Infragistics documentation on CreationFilters. You can also find sample applications using CreationFilters in the Infragistics Knowledge Base. And I would also recommend that you get the Infragistics UIElementViewer Utility. It's a huge help when working with UIElements.