Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
138 views
Running VS2012 Ultimate and I am trying to use the Telerik Upgrade Wizard on my web project.
I am trying to upgrade to version Telerik.Web.Ui v.2014.3.1209.40 from v.2012.2.815.35

After clicking through, I get the error:

The wizard encountered an error while trying to handle user event.System.ArgumentException: The path is not of a legal form.
   at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
   at System.IO.Path.GetDirectoryName(String path)
   at Telerik.VSX.Controls.BackupFolderSelector.GetInitialFolder(WizardContext context)
   at Telerik.VSX.Controls.BackupFolderSelector.InitModel(IPropertyDataDictionary allPropertyValues, WizardContext context)
   at Telerik.VSX.WizardEngine.Controls.WizardControlBase.Init(IPropertyDataDictionary allPropertyValues, WizardContext context)
   at Telerik.VSX.Controls.EnableStateWizardControl`2.Init(IPropertyDataDictionary allPropertyValues, WizardContext context)
   at Telerik.VSX.WizardEngine.Controls.WizardControlBase.Telerik.WizardFramework.ScenarioDriven.IWizardControl.Init(IPropertyDataDictionary allPropertyValues, IWizardContext context)
   at Telerik.VSX.WizardFramework.Pages.DynamicPageController.InitControls()
   at Telerik.VSX.WizardFramework.Pages.DynamicPageController.Init(IWizardPageDef pageDefinition, IWizardContext wizardControlContext, IPropertyDataDictionary allGatheredData)
   at Telerik.WizardFramework.ScenarioDriven.ScenarioWizard.OnBeforeShow(Boolean movingNext)
   at Telerik.WizardFramework.Wizard.PostMove(Boolean movingNext)
   at Telerik.WizardFramework.Wizard.OnMoveNext()
   at Telerik.WizardFramework.Wizard.UI_Next(Object sender, EventArgs e)
   at Telerik.WizardEngine.Helpers.EventHelper.<>c__DisplayClass1.<RaiseEvent>b__0()
   at Telerik.WizardEngine.Helpers.EventHelper.CatchExceptionAndSendReport(Action action)

and the Wizard fails. I have no other problems with upgrading. The project path is reasonable, has no funny characters in the folder name.

Any ideas? How would I go about upgrading the project manually if required?

Thanks,
Bryan
Steliyan
Telerik team
 answered on 12 Feb 2015
1 answer
106 views
Hi All,

I have a issue about pick a date from RadScheduler.

please help.....


thanks!
Josie
Nencho
Telerik team
 answered on 12 Feb 2015
0 answers
115 views
Hi

I am using AjaxControltoolkit version this -> Product Version: - 4.5.7.0429

But when i run my page i meet this error how to solve this ?

My Error this
==============

Uncaught Error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the 
correct version of the scripts are referenced. 
If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll



I change scriptmanager to Toolscript manager some other issue came how to solve this
any one guide me.
Jaya
Top achievements
Rank 1
 asked on 12 Feb 2015
1 answer
84 views
issue is 

i have a radgrid in that there is a raddropdown control on selection_index_changed() event of  dropdown i select select dropdown index==1 in grid. a radwindow model wil shows up there the asyncupload control show correctly then i click cancel then i select dropdown index==2 then again radwindow model shows up   the visibility of that asyncupload control is visible= false ...then again i close the radwindow model then  i select select dropdown index==1 the asyncupload control is visible=true but asyncupload control show up two time... 

Can this problem wil be fixed ... ?? kindly  suggestions...fix

Thanks..
Itachi
Top achievements
Rank 1
 answered on 12 Feb 2015
16 answers
175 views
Hi Telerik Team,

I am using ASP.NET with vb code. i want to use Grid - Binding to Telerik ClientDataSource. i convert the code using telerik convertor. but i did not get exact code. can you please send same sample program in VB code.



Thanks in advance,
Dhamu.
Dhamodharan
Top achievements
Rank 1
 answered on 12 Feb 2015
1 answer
534 views
Let abc be the combobox
I have  id,name,serialnumber to each item in radcobobox

    cbItem.set_text(name);/*setting values*/
     cbItem.set_value(id);
     cbItem.get_attributes().setAttribute("Serial",serialnumber );


    cbItem.get_value(); /*getting values*/
    cbItem.get_text();
    cbitem.get_attributes().getAttribute("Serial");

we can find items in combo box by

$find('abc').findItemByValue(id);
$find('abc').findItemByText(name);

????How to find item by  serial(custom attribute) and set the corresponding item as default item to be selected on .document.ready
Can any one please help me...















Nencho
Telerik team
 answered on 12 Feb 2015
1 answer
101 views
Hi all,
I'm new using this forum so I'll let you guys move my thread if I didn't place it within the proper section. I'm using C# 4 and ASP.Net. I'm using EntityFramework at version 4.1.10331.0 and Telerik at version 2012.1.228.40.

I want to create a grid to allow my user to translate a few labels from our application. Basically, let's imagine I have two tables in my database :

- Label : contains an Id and a Name.
- Translation : contains an Id, a Label_Id a Language_Id, a Scope and a TranslatedValue.

I want to display to my user a grid containing the following information :

Label.Name | Translation.Value (for Language_Id = French) | Translation.Value (for Language_Id = English) | Scope

I've found a way to do so using SQL (using pivot table) and now my query is done I would like to use it directly (if possible) in my code. Since I'm using a dynamic SQL query, I can't use a view, because it requires only a select. Furthermore, I want my user to be able to edit the TranslatedValue columns.

What would be the best practice to do something like that with Telerik ?

Thanks in advance for your precious help and advices.

Angel Petrov
Telerik team
 answered on 12 Feb 2015
2 answers
112 views
Please, see the attached image. How can I solve these problem with Telerik AsyncUpload. At refresh is not showing correctly. (any browsers)
Thanks.
Itachi
Top achievements
Rank 1
 answered on 12 Feb 2015
7 answers
176 views
This afternoon, we upgraded our Telerik assemblies from version 2014.1.403.45 to version 2014.3.1209.45.
We made no code changes or anything in our own application. We merely upgraded to the new Telerik assemblies.

Since then, pasting in the editor does not work anymore. No error messages.... just nothing.

Browser is irrelevant: it's not working in Chrome, nor in IE11, nor in Firefox., etc.

What might be causing this? And how can we solve it (other than returning to the previously used assembly version)?
Ianko
Telerik team
 answered on 12 Feb 2015
12 answers
8.1K+ views
Hi Team,

I am using RadGrid, in which i have Col1, Col2, Col3, Col4 and Col5. All columns are filterable. I need that when the grid is loaded for first time col4 and col5 should not be visible, but when I right clink on grid header the it should display all columns and I should be able to select col4 and col5 to make columns visible.

can anybody help on this please.

Regards,
Sandy.
Abhay
Top achievements
Rank 1
 answered on 12 Feb 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?