RadGrid for ASP.NET

Bindable property types Send comments on this topic.
Populating the control with data > Bindable property types

Glossary Item Box

Telerik RadGrid understands the following bindable property types:

  • All primitive types - bool, byte, sbytechar, short, ushortint, uintlong, ulongdecimal, double, float, DateTime, etc.
  • GUID
  • String
  • TimeSpan
  • Enum types
  • Nullable types (.NET 2.0)

 

Telerik RadGrid uses the static method RadGrid.IsBindableType() to determine if a property of an object can be bound.