Hello,
I was seeing all the examples of having controls within a popupcontainer control. I was wondering if some body has used a datetime picker inside a popup container.
I saw the example where a grid is hosting a calendar drop down from the grid. If you give
"this.dropDownGrid.DropDownContainerParent = this.popupControlContainer1;", it tells the container who is the parent.
Since date time picker does not have DropDownContainerParent property, how can I accomplish a date time picker in a container.
Any help on this would be appreciated.
Thanks.