or
Hello Everyone,
I have to disable the entire the page or user wont allow to perform any action while RadAjaxLoadingPanel is loading with image.
Please do the neeedful asap.
Thanks & Regards,
Yuvaraj
www.Polaris.co.in
MAILID : yuvaraj.sp@polaris.co.in
| foreach (GridDataItem dataItem in RadGrid_Ingredient.SelectedItems) |
| { |
| dataItem.Selected = false; |
| tr = new HtmlTableRow(); |
| for (int i = 5; i < 20; i++) |
| { |
| tc = new HtmlTableCell(); |
| tc.InnerHtml = extractString(dataItem.Cells[i]); |
| tr.Cells.Add(tc); |
| } |
| mTable.Rows.Add(tr); |
| } |