All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
RadGrid1.AllowPaging =
false
;
RadGrid1.Rebind();
foreach
(GridDataItem item
in
RadGrid1.MasterTableView.Items)
{
//Access row here
}
true