Greetings,
Can someone please suggest why, when an iGrid's columns are defined, a custom DropDownControl is not visible?
I have implemented the downloadable MultiColumnDropDownList and am able to populate its rows and columns. If I attach it to an iGrid column where this grid's columns are not defined (useCurColSet = False), it appears in every row, in the correct column, and it works as expected.
However, if I fill the grid with useCurColSet = True, the DropDownControl does not appear. Thanks for any help.