product caption

Demos

AJAXifying standard controls

Run example in: C# VB.NET



To test the build-in AJAX mechanism of RadGrid:
  • Click on any of the controls, nested in the cells. Instead of a standard PostBack, the control will make an Ajax Request, without posting the whole page content to the server.
ButtonCheckBoxRadioButtonDropDownList
Ready
Click PostBack to see the state of the grid is preserved.
Source Code & Description