New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Helpful RadGrid Resources

Updated on Nov 25, 2025

This page contains links to examples that you may find useful when implementing various scenarios with the grid. Even if you do not see the exact requirement you have, similar setups may give you ideas and show you ways to access various controls and properties that will let you achieve your goal.

Appearance

Data Editing:

Data Binding:

  • Integration with SignalR- The sample illustrates how RadGrid can be integrated with SignalR so that the data on multiple clients is updated automatically
  • Client-side Databinding with WebAPI - Demonstrates integration of RadGrid and RadClientDataSource with Web API. It shows basic databinding and batch editing sending and receiving information through Web API

Exporting:

Selection:

  • Get selected items through all pages - Demonstrates how to persist selected rows through rebind operations such as paging, sorting, filtering, grouping, etc. using the approach provided here. In addition to that, it gives a clear example how to pass the selected items' ID collection to the server using a HiddenField.
  • Single RadioButton check at a time with row selection - Represents a symbiosis of radio check and row selection by means of a radio button residing in item template of RadGrid template column