Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<
telerik:RadGrid
ID
=
"RadGrid1"
runat
"server"
DataSourceID
"EntityDataSourceCustomers"
AllowPaging
"True"
AllowAutomaticUpdates
AllowAutomaticInserts
AllowAutomaticDeletes
"true"
AllowSorting
OnItemCreated
"RadGrid1_ItemCreated"
>
MasterTableView
AutoGenerateColumns
"False"
DataKeyNames
"CustomerID"
CommandItemDisplay
"Top"
Columns
telerik:GridEditCommandColumn
ButtonType
"ImageButton"
UniqueName
"EditCommandColumn"
</
telerik:GridBoundColumn
DataField
HeaderText
SortExpression
Visible
"false"
MaxLength
"5"
"ContactName"
"CompanyName"
"ContactTitle"
"Phone"
telerik:GridButtonColumn
Text
"Delete"
CommandName
/>
asp:EntityDataSource
ConnectionString
"name=NorthwindEntities35"
DefaultContainerName
"NorthwindEntities35"
EntitySetName
"Customers"
OrderBy
"it.[ContactName]"
EntityTypeFilter
EnableUpdate
EnableDelete
EnableInsert
></