Search code examples
c#telerik-grid

Telerik:RadGrid disabled refresh


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?


Solution

  • Solved:

    In .aspx code had a tag <AjaxUpdatedControl> make reference with a <telerik:Radgrid>, I just remove tag <AjaxUpdatedControl> and I obtained success.