Hello,
I have created a user control that contains 2 dropdowns(combo boxes). When you click the first the other one is updated using postback and presents the information according to what is selected in the first dropdown.
I have tried to enter this user control in ultrawebgrid. I have created a templated column and dropped in there the user control but nothing happens when the grid is loaded. It shows a blank column instead of loading the user control with the 2 combo boxes.
Does anyone have an idea of what i should do to get it to work?
Thanks in advance.