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
3 views
Telerik RadChart hiding labels when resizing chart to be smaller
I have a chart where I show labels for only one of the series.
When I re-size the chart the labels for some and the height of the bar gets smaller the label automatically hides itself which I don't ...
0
votes
0answers
35 views
Running javascript after Ajax call
I've been tasked with removing all Telerik controls from our website. I'm not that good with javascript, so this is a great learning experience for me. Most of the controls are easy to understand ...
0
votes
0answers
5 views
Telerik rad grid combo box event
I m using telerik rad grid
I have used combo box to display company Type.
If company Type is ABC than Design Firm type should not be displayed
how to write code on combobox in telerik radgrid ...
2
votes
0answers
15 views
How is the DataContext of a ControlTemplate set?
I am setting the ControlTemplate in a Tile control (in the Telerik TileList). It looks something like this:
<ControlTemplate TargetType="{x:Type telerik:Tile}">
<Border>
...
1
vote
1answer
90 views
Invalid value of report parameter XXX in Telerik
I face the following problem when try to render my report :
Invalid value of report parameter XXX
I add the parameters programatically like this :
protected void btn_generate_Click(object sender, ...
0
votes
0answers
12 views
how can i programmatically binding business object to Telerik report?
i have project that contains 3 tire BO,BLL,DAL,and UI .in my UI that its by asp.net. i want to use Telerik report and i want to use list of my BLL object to my Telerik report. i saw a sample in ...
0
votes
0answers
7 views
how to make ajax call on telerik mvc grid clientside onsave event
I have a telerik mvc grid whose edit mode is incell.
now i want to validate the edited cell value by making an ajax call to the server side and then proceed with the saving or stop the edition by ...
0
votes
0answers
9 views
rad grid large data error: Sys.WebForms.PageRequestManagerServerErrorException: Object reference not set to an instance of an object
I have hierarchical rad grid with 2nd level grid view showing more than 15000 records for each parent record. I have paging applied to all the grids.
I am getting below error when I drill down at ...
1
vote
0answers
43 views
How to avoid multiple identical IDs with Telerik grids?
I have the following situation:
@Html.EditorFor(m => m.Name)
@Html.EditorFor(m => m.Description)
@(Html.Telerik().Grid<ProductModel.ProductDataSampleModel>()
...
0
votes
0answers
24 views
upload file and give download link in telerik Rad-Editor
Here is my code of Rad-editor ,
<telerik:RadEditor ID="RadEditor1Content" runat="server" AutoResizeHeight="True"
Width="500px" ToolbarMode="Floating">
<Content>
</Content>
...
1
vote
1answer
27 views
how can i pass parameter value in text box of Telerik report in detail space
i used Telerik reporting for my aspx project and in this project i want to user can set some item of report . for achieve this goal i use parameter and create param like pic 1 and in fig 2 are ...
0
votes
0answers
12 views
how to bind the value of a comboboxitem as checkbox text in radgrid filteritem template
I have a radcombobox in a flitertemplate that contains three fixed items and acts as a filter for the radgrid,also i have a checkbox in my itemtempalte to to allow users to be able to filter the grid ...
0
votes
0answers
12 views
Automating Kendo UI NumericTextBox
I have an HTML page where I have three fields to enter the following values:
Manufactures Suggested Value, Suggested Value and Value Sales Association, these three field are using "NumericTextBox".
...
1
vote
2answers
16 views
Set displayed text of HyperLink on RadGrid load
I have a telerik RadGrid that gets populated with data from a SQL database when the grid loads. The first column lists a name, which needs to be a hyperlink to another part of the website. I have ...
0
votes
0answers
10 views
Add Legends to a ChartView
How can I add some legends to this chart?
I'm using the new version of telerik for silverlight.
I need show the legends and the colors.
Here's my code
<telerikChart2:RadCartesianChart ...
0
votes
1answer
29 views
Telerik Modal Popup Size
I have an ASP.NET project using a Master form and Telrik AJAX controls. I use base list and edit controls to help keep the UI consistent. When an edit control is opened in a modal popup from the ...
0
votes
1answer
12 views
How do you execute server side code on doubleclick in a telerik radgrid?
How do you execute server side code on doubleclick in a telerik radgrid? I have a radbutton on my radgrid that executes server side code and I want doubleclick on a row to execute the same code.
...
0
votes
0answers
6 views
Dynamic hierarchical grid bind to a dataset. unable to manipulate records with Add/edit/delete
I have created a dynamic hierarchical grid bind to a dataset.
I would like to have the provision for Add/Update/Delete. I could not do that. Even I don't see any demos for the same to my knowledge ...
1
vote
1answer
29 views
Get Rad Numeric Textbox value?
Here i'm going to get RAD Numeric textbox value in client side.but failed.There's no any error shown.Here i use alert for testing purpose
My code as follow,(Here i tries 2 ways )
...
0
votes
1answer
30 views
how can i pass a value from UI by parameter in Telerik report?
i have drastically problem with Telerik reporting version of 2013 Q1. it use dll instead of RDLC file. i create a DLL of my reporting and i use this dll in my web application and show it with report ...
0
votes
2answers
52 views
Why is `data(“kendoGrid”)` undefined?
I have two Kendo grid definitions, in partial views, that are exactly the same save for the partial view model and the grid item model. Only one of then gives me the JavaScript console error 'Cannot ...
1
vote
2answers
39 views
Selecting placeholder's value as a selected value in asp.net mvc3
I am using Telerik Dropdownlist in ASP.NET MVC3.
I have take placeholder in it as Select.
After selecting value when i'll click on reset button, I want to set dropdownlist's selected value as a ...
0
votes
2answers
28 views
Disable Table in jquery or javascript.Table contains ASP.net controls ,Telerik controls
MY TABLE:
<table id="DispalyTable" border="4px" style="width: 100%;" >
<tr>
<td style="width: 137px; height: 137px;" ...
0
votes
0answers
16 views
Automating a Virtualized Control with UIA
I'm trying to automate a certain control (Telerik's Rad GridView) with Microsoft's UIA. I have created a wrapper class that exposes several helper methods for my test to use - the most prominent ...
0
votes
0answers
15 views
Docking Loading Error
Telerik.WinControls.Docking.DockableManager LoadXML() Function Error
i have windows application under framework 2.0 (c#, visual studio 2005) using telerik docking manager when i close my application ...
0
votes
1answer
9 views
Is it possible to get Sys.UI.DomEvent from jQuery event?
I'm trying to call Telerik (rich text 3rd party) control function directly from my Javascript.
So far I figured:
When click on the element, _onToolBarClick: function (e)
is called and the ...
0
votes
1answer
47 views
Set Width using Javascript
I wish to set width of a RadNumericTextBox which is rendered as a input element on page using javascript.
I have successfully set the width but the telerik controls have build in javascript ...
0
votes
0answers
16 views
Auto fill RadComboBox not working in IE 9
I have used the following code to create a Drop-down list with auto fill feature, but it's not working in IE 9 and IE 10.
<telerik:RadComboBox ID="RadComboBox1" runat="server" Width="590px"
...
0
votes
0answers
21 views
Unable to Install WPF Published project ERROR: Value Doesn't fall in Expected range?
I have published WPF Project. In this project i am using the TeleriReporting.dll file & devxpress controls in WPF application. I have created the publish file but unable to install on same machine ...
0
votes
1answer
20 views
How to change the position of transfer icons in telerik listbox Control?
How to change the position of transfer icons in telerik list box Control from the right of the list box to the left?
0
votes
1answer
21 views
Telerik TrackBallInfoTemplate not displaying
<telerik:RadCartesianChart Name="ClientClaimsLineGraph" PanOffset ="{Binding Path=ClientClaimsLineGraphPan, Mode=TwoWay}" Zoom="{Binding Path=ClientClaimsLineGraphZoom, Mode=TwoWay}">
...
0
votes
1answer
19 views
How to perform full postback from a button in RadWindow
We show a RadWindow from within a RadAjaxPanel. We would like to have a button inside the RadWindow which does some work, closes the RadWindow and finally, has to do a full (parent) page post back.
...
0
votes
0answers
8 views
RadTextbox issue with ipad
I have a RadTextbox its value is saved to database by a radbutton.If it has focus in it the values are not saved to database .Also if it has a required field validator the validator is showing error ...
0
votes
0answers
22 views
silverlight telerik radmap windows 8 touch theme
using silverlight5 telerik radmap with windows 8 touch theme
the zoom and map mode controls do not display properly in "windows8touch" theme
basically exhibiting white text on a white backgroud - ...
-1
votes
1answer
21 views
Iterate through RadDataGrid Winrt
I'm using the RadDataGrid controls for Windows 8 and I want to be able to loop through the items in the datagrid. Can it be done
0
votes
1answer
33 views
Update RadPanel on Grid row click with partial postback
I'm working on a project with multiple RadGrids and RadHtmlCharts, and the page is laid out with two RadSplitters. The top splitter contains two RadGrids, the bottom splitter contains three ...
0
votes
0answers
25 views
Only edit rows in datagrid with a value of 0 in certain column
I am using a telerik Grid to show data. I am also allowing inline editing of a certain column to allow users to update that data. This currently works and you are able to edit all rows and only the ...
0
votes
3answers
20 views
How to get Sorted column name and sort order in sort command of Telerik GridView
I've straight forward question that how I can fetch the Name of Sorted column with the sort order in sort command of Telerik Grid View?
Looking forward for your replies.
0
votes
0answers
13 views
RadRichTextBox Foreground color
im tryin to set my Foreground color but its not working.
<telerik:RadRichTextBox Foreground="White" Background="{DynamicResource HGERPToolbarBackground}" Margin="3" Name="bemerkungAdrTextBox" ...
0
votes
1answer
30 views
Telerik Reporting Hide Subreport
I'm working through the Telerik Reporting step-by-step tutorial located here:
http://www.telerik.com/documents/TelerikReporting-LearningGuide.pdf
I followed the steps precisely in the Lab: ...
0
votes
1answer
47 views
Check for new/existing values and update in sql
I have a SQL table with Project Column value as 'Project1,Project2,Project3'
I need to update this row if they select a different value like 'Project4' from the telerik dropdown list as ...
0
votes
1answer
25 views
Knockout.js change label text in TelerikGridTemplateColumn via checkbox value
I have a Telerik RadGrid, and in it a GridTemplateColumn that has a Label to show some text that is pulled back from a database. I want to when a checkbox is checked, change the max length of that ...
0
votes
0answers
12 views
Nested content within Telerik tabstrip
I am having trouble with nesting content within a Telerik tabstrip. Within my tabstrip I have a Telerik grid. I want to use the clienttemplate to display a dropdownlist within one of the grid ...
0
votes
0answers
17 views
Telerik radchart default label format issue
im using telerik rad-chart in my silver-light project,In the y axis i want to show like
5 lt, 10 lt , 15 lt,....
Im retrieving the x and y axis value from database..And the string "lt" also im ...
1
vote
1answer
21 views
test studio - new browser on fail
im currently using a trial version of teleriks test studio, and im running into a problem with it on my silverlight application. my test is logging in then attempting to add 100 new users from a data ...
0
votes
2answers
43 views
Change Format of date in javascript
I am doing a project in ASP.NET , c#.
I have .aspx view in which i took a datpicker for approval Date.
I am fetching value of datepicker on OnChange event.
My datepicker in .aspx view look like:
...
0
votes
1answer
11 views
Telerik RadPageView in BackStage mode: howto change selected item color without whole new theme?
I'm looking for a way to set the color of an item in a RadPageView (in backstage mode) at runtime. There are a lot of properties that you can reach via the designer and the "Edit UI elements" section, ...
0
votes
1answer
36 views
Telerik RadGrid - Filtering while Editing does not remember correct row
I have implemented a RadGrid with Edit and Insert Mode and filter capabilities.
When filtering the RadGrid while in edit mode, the edited row seems to be based on the row number, eg, when I'm editing ...
0
votes
0answers
21 views
CRUD operations on Grid inside TabStrip Does not work
I have an telerik Radstip inside which upon a click of one tab...a telerik grid is populated. Upon the initial load grid appears perfectly fine...but any other operation on grid...like refresh, ...
0
votes
0answers
14 views
Telerik RadComboBox Automation with Selenium WebDriver / JAVA [closed]
I've tried many different ways to automate the Telerik RadComboBox, but have been unsuccessful. Apparently, no one else in the internet has figured it out either.
Please be a hero and solve this:
...






