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
void
radGridView1_DataBindingComplete(
object
sender, GridViewBindingCompleteEventArgs e)
{
foreach
(var row
in
radGridView1.Rows)
if
(row.Index % 2 == 0)
row.Cells[0].Tag =
true
;
}
radGridView1_CellBeginEdit(
sender, GridViewCellCancelEventArgs e)
(e.Row.Cells[e.ColumnIndex].Tag !=
null
&& e.Row.Cells[e.ColumnIndex].Tag.Equals(
))
e.Cancel =