I'm working with telerik:RadGrid
when I click the button in a column should open a RadWindow
and apparently does not work because of the refresh button .
How can I disable the update?
答案 0 :(得分:0)
解决:
在.aspx code
标记<AjaxUpdatedControl>
使用<telerik:Radgrid>
进行引用时,我只需删除标记<AjaxUpdatedControl>
即可获得成功。