I have created a RadDropDownTree inside a Popup WebUserControl for editing a row in the grid.
In the grid's UpdateCommand event, I grab a handle to the RadDropDownTree like this:
RadDropDownTree ddtMount = userControl.FindControl("ddtMount") as RadDropDownTree;
Even if the user check-marks some of the items in the tree, they all come back as "checked = false".
Anyone have an idea what I could be doing wrong? I can post more code details if needed.
TIA,
Jeffrey Taylor
In the grid's UpdateCommand event, I grab a handle to the RadDropDownTree like this:
RadDropDownTree ddtMount = userControl.FindControl("ddtMount") as RadDropDownTree;
Even if the user check-marks some of the items in the tree, they all come back as "checked = false".
Anyone have an idea what I could be doing wrong? I can post more code details if needed.
TIA,
Jeffrey Taylor