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

Binding to Nullable Objects

You can use a wide variety of custom objects as data sources for RadGrid. The only requirement is that the custom objects must implement the ITypedList, IEnumarable, or ICustomTypeDescriptor interface. RadGrid can bind to a list of custom objects with Nullable properties, as shown in the following example:

ASP.NET
<telerik:RadGrid RenderMode="Lightweight" ID="RadGrid1" runat="server" OnNeedDataSource="RadGrid1_NeedDataSource">
  <MasterTableView AutoGenerateColumns="True" />
</telerik:RadGrid>
Not finding the help you need?
Contact Support