I'd like a cell in a grid to be a dropdown style cell. I'm using the same code I used to add it to a non-banded grid; but now it doesn't seem to work.
Is there any limitation that prevents dropdowns in banded grids, or have I just made a mistake somewhere?
You can put a dropdown in any cell of the grid. Whether or not the grid is hierarchical has no effect on this.
What exactly are you doing and what is not working?
Sounds like you need to designate the band you want to dropdown in.
Something like.
Ultragrid1.DisplayLayOut.bands(0).columns(0)