foreach (GridDataItem gvDataItem in ZeroChaosGrid.Items) { string AppGroupID = ZeroChaosGrid.MasterTableView.DataKeyValues[gvDataItem.ItemIndex]["ApprovalGroupID"].ToString(); if (!string.IsNullOrEmpty(AppGroupID)) ApprovalGroup.ApprovalGroupID = Convert.ToInt32(App...
if (e.Item is GridDataItem) { string ucol = (e.Item as GridDataItem)[(RadGrid1.MasterTableView.AutoGeneratedColumns[0] as GridBoundColumn).UniqueName].Text; if (ucol == "PropValRecov") { int i = 1; string stat = ((e.Item as GridDataItem)[(RadGrid1.MasterTableView.AutoGenera...