Hello,
I have created a page on which there is a hyperlink when clicked, it will open a new asp.net page shown in a JQuery UI Dialog box and the new page contains some basic telerik controls such as RadDatePicker and RadDropDown.
The page is shown correctly but the telerik controls inside the dialog are not working at all.My Project is using Microsoft .NET Framework 4.0 and the Telerik.Web.UI dll is also for Framework 4.0.
After too much research, I found that when I change the Target Framework of my Project to 3.5, the controls start working smoothly and when I revert the target framework to 4.0, the controls doesn't work.
Kinldy let me know if someone has any idea about this cause I am really struggling because of this issue.