开发者

How to open Dialogbox in mvc3 using telerik Extension for asp.net

i have develop a small mvc3 application using Telerik Extension for asp.net mvc3 in this i want open a dialog box that when i click the link button..Is it possible?if possi开发者_如何学编程ble please guide me how to done this please help me..


Probably you have missed this one. They are showing window as popup on button click but you can configure it on any event you want. you just have to write on line in event handler

$('#Window').data('tWindow').open();

Moreover, example also shows embedding a feedaback form in window


You can use jquery modal popup window in this case It is inline hidden div you can add controls on it. Demo can be seen here.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜