hi i tried retriving the gridboundcolumn values as below
and i am getting   as the value is there any other alternative ??
foreach (GridDataItem item in RadGrid1.EditItems) { str = ""; if (item["Users"].Text != null) { strID = item["ID"].Text; StrLicenseType = item["AppliedFor"].Text; UnderLicenseeID = item["UnderLi"].Text; msg = item["LiName"].Text; RadGrid2.Visible = false; }