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?
Solved:
In .aspx code
had a tag <AjaxUpdatedControl>
make reference with a <telerik:Radgrid>
, I just remove tag <AjaxUpdatedControl>
and I obtained success.