Hi,
I have two bands in my WebGrid.
Now when I click on Add New Button for Band[0] it adds a parentrow and then a child row,
But requirements are like there may be two different child row types.
so I want it like there will be two Add New Buttons for band[0]
when i click one it will add child row of type 1 and when i click other it will add child row of type 2.
is it possible using webgrid? I mean two bands at the same level?
or two Add New Buttons for one Band?
WebGrid can only show one Add New button per band. WebGrid also cannot currently handle non-homogenous data (two bands at the same level).