or
textboxname.Style.Add(HtmlTextWriterStyle.BackgroundColor,
"red"
);
sender.get_styles().EnabledStyle[0] = sender.get_styles().EnabledStyle[0].replace(
"background-color:red;"
,
""
);
sender.updateCssClass();
var pages = App.WorkWith().Pages().LocatedIn( Telerik.Sitefinity.Fluent.Pages.PageLocation.Frontend ).Get().ToList()
function
rowClicked(sender, eventArgs)
{
selID=eventArgs.getDataKeyValue(
"ID"
);
alert(
'selected id is : '
+ ID);
}
RadrCombo _ItemsRequested e.Text Returns %D8%AD%D8%B3%D8%A7%
So the DataView.RowFelter throw Execption
the string pattern '%D8%AD%D8%B3%D8%A7%' is invalid.
Plz Any One Can Help Me How to Solve This Problem
BackColor
Hi All,
I am using radopen() method as below to open my page MyPage.aspx, it is working fine with Firefox 6 but not properly rendering on IE(7,8,9).
Don't know what the reason.
Please help to resolve this issue.
function openWin()
{
var oWnd = radopen("MyPage.aspx", "RadWindow1");
}