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
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<
asp:LinkButton
ID
=
"LinkButton1"
runat
"server"
onclick
"onclick"
>Edit</
>
protected
void
onclick(
object
sender, EventArgs e)
{
foreach
(GridDataItem data
in
RadGrid1.SelectedItems)
// Accessing the selected row
data.Edit =
true
;
RadGrid1.Rebind();
}