0
votes

I have a Telerik RadGrid inside usercontrol in ASP.Net C#. It works fine if I load that usercontrol directly in .aspx page. But when I use RadPages and load that usercontrol using RadAjax request it is not showing Input controls in grid. I also tried loading usercontrol by using JQuery Ajax request but in that case also result is same.

Without Ajax Call enter image description here

With Ajax Call enter image description here

1

1 Answers

0
votes

I just removed RadFormDecorator from user control and it works.