Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
111 views

You could see in demo page:

   http://demos.telerik.com/aspnet-ajax/editor/examples/toolprovider/defaultcs.aspx?skin=Silk

while checking Use Tool Provider. all editors except the first one  are broken

Ianko
Telerik team
 answered on 14 Dec 2015
20 answers
1.4K+ views
Does anybody use Telerik Controls with VS 2013?







I am a licensed user for Telerik Controls.

I am able to use them in my VS2012 environment, but unable to do so in the VS2013 environment.







The Telerik Control Panel doesn't seem to understand that I have VS2013 installed on my computer.
hoa
Top achievements
Rank 1
 answered on 14 Dec 2015
5 answers
76 views

I did a tabstrip that has a second level for each tab in first level. When I clicked on one of these tabs in 2nd level, the tabstrip resets back to first level "Home" tab (that has "selected" by default) and second level of tabstrip disappears.

 

I want to click on one of these tabs in second level, and shows its corresponding tab parent (in 1st level) being selected as well as itself. How can I achieve this behavior? 

 

 

Thanks

Christian
Top achievements
Rank 1
 answered on 14 Dec 2015
2 answers
481 views
Hi,

I have a login screen with a rad button and everything works fine except after I enter the username and password and press "Enter" nothing happens. Shouldn't "Enter" automatically fire the onclick event? I'd really hate to have my user pick their mouses up and click the button manually.  I really appreciate your help.

thanks
Ron.
Anitha
Top achievements
Rank 1
 answered on 13 Dec 2015
1 answer
179 views
Is there any way to disable Responsive Behavior from Telerik components? for example disabling it for Navigation menu?
Vessy
Telerik team
 answered on 12 Dec 2015
3 answers
123 views

Hi,

is it possible to merge multiple columns in one (because of lack of space) but being able to sort by each of the columns?

See Screenshot attached for example.

Thanks in advance,

Martin

Pavlina
Telerik team
 answered on 12 Dec 2015
4 answers
105 views

Am am using this example for my learning tool.  The example is using a SQL connection string for data access but I am using Data Entity so I am having to do some code translation.  So far I have been able to get the Parent RadGrid configured and can access the USerControl to display the record data when I click the edit link.  However Since I am very new to the RadGrid world and am still working on my C# skills I am having some difficulty with the code translation to perform the update.

In the Telerik example this code is used to start to process:

//Prepare new row to add it in the DataSource
       DataRow[] changedRows = this.Employees.Select("EmployeeID = " + editedItem.OwnerTableView.DataKeyValues[editedItem.ItemIndex]["EmployeeID"]);

 This does not work for me  and I get this error message:

LinkAnalysis3.Subjects' does not contain a definition for 'Subjects' and no extension method 'Subjects' accepting a first argument of type 'LinkAnalysis3.Subjects' could be found (are you missing a using directive or an assembly reference?)

Okay I understand the error the Subjects table from the database is not identified, so I have no record or row selected.  So I tried this C# code:

DataRow[] changedRows = (results.Where(r => r.SubjectId = (editedItem.OwnerTableView.DataKeyValues[editedItem.ItemIndex]["SubjectId"])));

 But it does not work and I get an error message stating :

"Cannot implicitly convert type 'object' to 'int'. An explicit conversion exists (are you missing a cast?)"

Can someone please explain what I am doing wrong and how I can get this fixed.

 

Thank You for your assistance.

Perry

 


 

 

Pavlina
Telerik team
 answered on 12 Dec 2015
6 answers
423 views

We have had no issues printing in any browsers until Microsoft Edge. The contents of the radWindow overlays the underneath layers when printing. How do we globally fix this as we have a TON of places we print the contents of radWindows?

Thanks!

Marin Bratanov
Telerik team
 answered on 12 Dec 2015
3 answers
125 views

Hi

Can I add additional points to a BoxPlotSeries plot? For example, on http://demos.telerik.com/aspnet-ajax/htmlchart/examples/charttypes/box-plot-chart/defaultcs.aspx, looking at the plot for January, I want to add a point for 69. Can it be done?

Also, what is DataFieldY used for?

Thanks!

Danail Vasilev
Telerik team
 answered on 12 Dec 2015
2 answers
93 views

The given javascript function returns date in the following format:

Thu Nov 12 2015 00:00:00 GMT-0500 (Eastern Standard Time)

 

That output fails DateTime.TryParse. Is there any way to get the timeSlot.get_startTime() to return a simpler date format, or a way to parse that output into a Date object? 

 

Thank you

Ranjit
Top achievements
Rank 1
 answered on 11 Dec 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?