RadGrid for ASP.NET

Designer overview Send comments on this topic.
Design-time support > Designer overview

Glossary Item Box

Telerik RadGrid has a rich design-time support, which allows you to build a grid, customize it and see the changes reflected immediately.

ASPX/ASCX Copy Code
<rad:radgrid
 
id=RadGrid1
 
runat= "server"
 
AllowPaging= "True"
 
DataSource= "<%# dataSet11 %>"
 
DataMember= "Customers"
 
AutoGenerateColumns= "False"
>

 Before you start your work with the design-time, you will need to set the necessary DataSource controls.

This will pop up the Telerik RadGrid builder dialog.