hello,
i am using 2008 q3 ajax radcontrols with vs2008sp1 and latest sp on all net frameworks. i have tried with net2 and net35. i have tried my own projects and new projects and the telerik projects. i have tried registering the telerik.web.ui.dll in the GAC for both net2 and net35.
two issues
in my own project i get an error 'A runtime Error has occurred. Do you wish to debug? Line 13 Error: Object expected.
on this line of code var combo = $find("RadComboBox1");
in all projects i do not seem to have access to Telerik intellisense within javascript. i have even tried with this Telerik example
Telerik.ComboboxExamplesCS.MultipleComboBoxes
When I try to click a . in the code below to bring up intellisense, I do not get any Telerik intellisense. For example if I click . next to citiesCombo. , I do not see set_text option or requestItems as expected.
function LoadCities(combo, eventarqs)
{
var countriesCombo = $find("RadComboBox2");
var citiesCombo = $find("RadComboBox3");
var item = eventarqs.get_item();
citiesCombo.set_text("Loading...");
citiesCombo.requestItems(item.get_value(), false);
}
I have searched Telerik and Google with no luck, many old references to the intellisense anyway.
How can I get access to Telerik intellisense within javascript.
Thanks,
avh
i am using 2008 q3 ajax radcontrols with vs2008sp1 and latest sp on all net frameworks. i have tried with net2 and net35. i have tried my own projects and new projects and the telerik projects. i have tried registering the telerik.web.ui.dll in the GAC for both net2 and net35.
two issues
in my own project i get an error 'A runtime Error has occurred. Do you wish to debug? Line 13 Error: Object expected.
on this line of code var combo = $find("RadComboBox1");
in all projects i do not seem to have access to Telerik intellisense within javascript. i have even tried with this Telerik example
Telerik.ComboboxExamplesCS.MultipleComboBoxes
When I try to click a . in the code below to bring up intellisense, I do not get any Telerik intellisense. For example if I click . next to citiesCombo. , I do not see set_text option or requestItems as expected.
function LoadCities(combo, eventarqs)
{
var countriesCombo = $find("RadComboBox2");
var citiesCombo = $find("RadComboBox3");
var item = eventarqs.get_item();
citiesCombo.set_text("Loading...");
citiesCombo.requestItems(item.get_value(), false);
}
I have searched Telerik and Google with no luck, many old references to the intellisense anyway.
How can I get access to Telerik intellisense within javascript.
Thanks,
avh