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
100
Adding Groups in UltraWebGrid
posted

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 

 

 

 

Parents
No Data
Reply Children