foreach (DataRow drow in dtbl.Rows)
{
int irow = dtbl.Rows.IndexOf(drow);
DevExpress.Web.ASPxEditors.ASPxCheckBox chkIsolated = (DevExpress.Web.ASPxEditors.
{
int irow = dtbl.Rows.IndexOf(drow);
DevExpress.Web.ASPxEditors.
if (chkIsolated.Checked == true)
{
drow["isIsolate"] = true;
}
}
In the above Example also described about Checkbox list of devexpress with in the devexpress gridview in asp.net
No comments:
Post a Comment
Comments