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
<
ClientSettings
>
Selecting
AllowRowSelect
=
"true"
/>
</
MasterTableView
DataKeyNames
"CustomerID"
protected
void
Button1_Click(
object
sender, EventArgs e)
{
foreach
(GridDataItem item
in
RadGrid1.MasterTableView.Items)
if
(item.Selected)
string
strKey = item.GetDataKeyValue(
).ToString();
}