开发者

Using a Telerik control inside a repeater

开发者 https://www.devze.com 2023-04-08 14:52 出处:网络
I am using the asp.net Repeater control.(My company is heavily invested in that, so I can\'t change it.)

I am using the asp.net Repeater control. (My company is heavily invested in that, so I can't change it.)

I need a way to create a poup edit window, s开发者_如何转开发pecific to the row the user clicked on in the repeater, so the user can edit the data in that record.

We have the Telerik controls to use, but I don't know which one. I saw the radwindow, but can find no examples of using it in a repeater. Frankly, Telerik documentation is confusing.

I prefer to use client-side code, ajax and web-services. I'd like to prevent post-backs.

1) Please give me a reference to a specific example of using the Telerik radwindow inside a repeater for this purpose.

OR

2) Clue me in to a better idea.

Thank you.


I don't think there are explicit examples with an asp Repeater, but I found this one with a GridView. The approach should be the same, as it is just another databound control - it shows an easy way to open a RadWindow on the client by passing some parameters (it is actually not possible to open it on the server, it is a client-side object).

Some more complex examples I found on their site here and here. They both update a grid, yet they show a nice way to use AJAX to prevent a full postback.

0

精彩评论

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