ItemDataBound
event I give a different color to Textbox as backround depend on filed data, but the problem is not all the color look the same ! mean I give a Hex number for a specific color but in the Excel sheet look different but when I export it to PDF all the color look correct !
So what is the problem please help me with this
Thanks
IList<Telerik.WebAii.Controls.Xaml.RadComboBoxItem> list = Pages.GRCPlatform.SilverlightApp.AssignedDropDownWatermarkcombobox.Find.AllByType<Telerik.WebAii.Controls.Xaml.RadComboBoxItem>();
var oWnd = $find("<%=Radwindow7.ClientID%>");
oWnd.SetSize(550, 154);
oWnd.setUrl(
'../../testwindow.aspx');
oWnd..show();
I have other solution for opening popup on top of IFRAME like
var oWnd = window.top.radopen("../../testwindow.aspx?val='"+name+"'", null);
oWnd.SetSize(550, 154);
oWnd.Center();
using above code Radwindow open on top of IFRAME But problem is that on first method status bar can be hidden
biut using second method status bar can not be hidden,I tried to set property like
oWnd.VisibleStatusbar=
false;
But it did not work.
Please reply me as soon as possible