private void X_HtmlRowCreated(object sender, ASPxGridViewTableRowEventArgs e) { if (e.RowType == GridViewRowType.Detail) { //whatever } }
No comments:
Post a Comment