using DevExpress.web.AspxGridview;
ASPxGridView grid = (ASPxGridView)Userctrl1.FindControl(" grvCertificate");
int icnt = grid.VisibleRowCount; //Rows count
DevExpress.Web.ASPxEditors. ASPxCheckBox testchk1 = (DevExpress.Web.ASPxEditors. ASPxCheckBox)grid. FindRowCellTemplateControl(VisibleIndex, null, "chkCertType");
int icnt = grid.VisibleRowCount; //Rows count
DevExpress.Web.ASPxEditors.
here VisibleIndex is integer...
No comments:
Post a Comment
Comments