or
<
telerik:RadComboBox
runat
=
"server"
ID
=
"LabourName1"
Width
=
"180px"
Skin
=
"WebBlue"
AllowCustomText
=
"true"
MaxHeight
=
"200px"
EmptyMessage
=
"Employee Name"
CssClass
=
"LabourCell"
EnableTextSelection
=
"true"
MarkFirstMatch
=
"true"
EnableLoadOnDemand
=
"true"
Filter
=
"Contains"
>
<
webservicesettings
path
=
"~/FieldService.asmx"
method
=
"GetEmployees"
/>
</
telerik:RadComboBox
>
<style type=
"text/css"
>
div.RadUpload .ruBrowse
{
width
:
120px
;
}
</style>
convert:
function
() {
var
cb =
function
(arg) {
if
(arg) {
__doPostBack(
''
,
''
);
}
}
originalRadConfirm(
"Question"
,
cb, 200,
200,
null
,
"Headline"
);
},
function OnClientClose(radWindow)
{
var oArg = radWindow.Argument;
if (oArg!=null) {
if (oArg.type == 'task')
{
var ctl1 = document.getElementById(oArg.key1);
var ctl2= document.getElementById(oArg.key2);
ctl1.style.color="blue";
ctl1.value = oArg.value1;
ctl2.value = oArg.value2;
}
}
}