hello
I am in the process of converting of an windows form application to web application. In UltraWingrid i was able to add groups to bands
Dim b As UltraGridBand = Me.UltraGrid1.DisplayLayout.Bands(0) Dim customerGroup As UltraGridGroup
customerGroup = b.Groups.Add("Customer")
is it possible to add Groups in UltraWebGrid?
Thanks
Saran
Hi Saran,
Please review this topic. The feature that you may be looking for is called "Multi-Column Headers".
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR3.5/html/WebGrid_Using_a_Multi_Column_Header.html
Hi Tom,
Yes that was what I was looking for. Thank you very much for your quick reply.