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.
精彩评论