简体   繁体   中英

Telerik RadGrid inside modalpopup?

So, as the title suggests ;) I'm trying to place a databound RadGrid inside a modal popup. I've fiddled with Telerik's examples without luck. I seem to be having two principal problems, likely because of my inexperience. One is that I need to trigger it from an already extant itemcontrol in the grid. The other is that it doesn't seem like the popup extender plays nicely with the Telerik script manager and if I try to add an ASP script manager I get an exception.

As always, I'm very grateful for any suggestions! Thanks!

After your databinding you could use the VisibleOnPageLoad property of the RadWindow.

Control.DataBind()
RadWindow1.VisibleOnPageLoad = true;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM