Telerik is a vendor of development, team productivity, and automated testing tools, as well as UI components and content management solutions for Microsoft .NET.
0
votes
0answers
8 views
Automated testing with Visual Studio 2012 for test framework telerik
How do I generate a test in Visual Studio 2012 with the framework of telerik for this command line:
<span class = "widget-k k k-dropdown-header" style = "width: 100%;" unselectable = "on" role = ...
0
votes
0answers
15 views
telerik using “built-in” jQuery: module pattern
I'm having problems binding events with telerik & jquery. I've found documentation where telerik has it's version of jquery integrated, in this case it's 1.9.1:
...
0
votes
0answers
10 views
Kendo UI scrolling issue
I'm using listview in my application like this
<div data-role="view" data-title="iGenApps Examples" id="index">
<ul data-role="listview" data-type="group" data-style="inset">
...
0
votes
0answers
3 views
RadScheduler not filter Appointments
I am using RadScheduler that works fine but i cant filter appointment after selection of checkbox and also date is not selected if change the calendar date sorry if i make a mistake in question and ...
2
votes
1answer
44 views
asp.net view pdf in new page
Here is my code how I upload and open my PDF document
<asp:LinkButton ID="linkButton" runat="server"
onclick="linkButton_Click">Show PDF</asp:LinkButton>
...
0
votes
1answer
10 views
Showing Entity Framework model in Telerik MVC Grid
Currently I have this AcceptedProposals view, which is meant to show the details of a list of proposals, which are coming from the Entity Framework. Here's the code I have in my controller:
public ...
1
vote
0answers
10 views
RadComboBox not displaying bound data
I have a RadComboBox like so:
<telerik:RadComboBox ID ="productsDropDown" DataValueField="DisplayName" DataTextField="DisplayName" HighlightTemplatedItems="true"
...
0
votes
1answer
14 views
Telerik Rad Bar Chart not plotting data
I'm trying to create a clustered bar chart using Rad Chart. My data model looks very simple.
Name: string
CurrencyValue: decimal
Count: int
<telerik:RadChart runat="server" ID="rcMain" ...
0
votes
0answers
12 views
populate grid from a combobox Telerik MVC
Could someone tell me how to populate a Telerik MVC grid go from selecting data from a combobox?. So, I do not go to the server because the data I have on the client, and I have no way to fill the ...
0
votes
1answer
12 views
Telerik RadRating missing star when zoomed out
I am having issue with RadRating control , It renders fine if the browser is zoomed to 100 %. But in chrome if the browser is zoomed 90 % or below 1 out of 5 stars will go missing.
I can see that ...
0
votes
2answers
19 views
How to call Java EE SOAP or REST services from mobile platform. etc Dxtreme, Jquery Mobile, Icenium
I want to develop mobile apps based on HTML, JS. It must work on any device etc iphone, ipad, android and windows phone...
I must use JAVA EE on server side. First I choosed Dxtreme. after I learned ...
0
votes
0answers
7 views
Telerik RadDocking in WPF: VerticalAlignment Stretch not working
The layout of my screen is as below; I've divided into in left and right panes. I want the panes to use all available vertical height. It seems to be using all available width by default, growing ...
0
votes
1answer
41 views
Nested JSON in Kendo ui not loading
I am new to kendo ui development i want to show this response in kendo ui grid. I studied in kendo api document i mentioned schema. i loaded the values but the problem is
In my response "options" ...
0
votes
1answer
25 views
how to write the java script for checked check boxes which is in item template of radcombobox
Actually in my radcombobox i am taking one template in that template i am taking three controls checkbox and linkbutton and imagebutton.i am binding the usernnames to linkbutton. and through ...
0
votes
0answers
10 views
Telerik WPF controls: what control can host multiple controls inside a pane
I've split the window into left and right panes using the docking splitter, panegroups, and panes. Each pane must host several controls:
LEFT PANE
FileDialog
ProgressBar
GridView
RIGHTPANE
checkbox ...