Most voted "telerik" questions
24 questions
Sort by count of
-
5
votes1
answer245
viewsPrinting reports in Firefox using Telerik Reporting
I have a problem, which apparently is bothering other developers who use the components of Telerik.... http://www.telerik.com/forums/print-button-in-firefox-starts-pdf-download And the developers…
-
5
votes1
answer95
viewsI cannot remove an item copied from one list to another (drag and drop)
I have the following code http://jsfiddle.net/6hLsfqtn/. My problem occurs as follows: Add a Double Steppe to the list on the right. I add a Simple Steppe to the list on the right. Add a second…
-
4
votes0
answers120
viewsFailure in WPF stylization
I have a problem with references of a style within the code. I have a DLL of several stylized components inherited from the Telerik package with only a few changes like color, size, etc... Within…
-
4
votes1
answer79
viewsAdd item to a Telerik Chart pie template
I’m developing a chart using Telerik. In the graphic I need to show, in the template, some relevant information, such as formation, percentage and total. But I can only show two (training and…
-
3
votes1
answer47
viewsDisable automatic refresh from a Grid
Hi, I’ve been trying to disable refresh a for a long time AjaxUpdatedControl of a RadGrid which occurs when I click on a button of this Grid. Does anyone have any suggestions on how to do this?…
-
2
votes1
answer89
viewsRemove part of the time interval Kendo Timepicker
When using TimePicker of KendoUI to define a selection of service hours, the minimum period (8:00) and maximum period (18:00) was defined, but it will be necessary to remove the interval from 12:00…
javascript c# asp.net-mvc-4 kendo-ui telerikasked 9 years, 10 months ago Cristiano Ávila Salomão 353 -
2
votes2
answers127
viewsLoading Grid data with Checkboxcolumn
I am creating a form to perform a registration for a product license. This form is used to record which solution a customer has. In the form to add a product just select product and the client. I am…
-
1
votes1
answer119
viewsRecover Text and Value from Select with KENDO MVVM
I need the help of you, who have knowledge in KnockoutJS I have something like that: var viewModelPessoa = kendo.observable({ Contatos: [], FormContato: { TipoContato: -1, //Aqui vai o indice/value…
-
1
votes1
answer46
viewsHow to add two buttons to Toolbar?
I have a grid and would like to put two buttons on toolbar. At the moment I’m trying like this, but it’s not working: toolbar: [ { text: "Exportar para Excel", name: ["excel"] },…
-
1
votes1
answer191
viewsforeach filtering by the parameter that was passed
I’m trying to solve a problem here. I believe it’s easy, but I don’t have as much intimacy with javascript yet. Next: I have a Javascript array that has some information I need, such as name and…
-
1
votes1
answer79
viewsHow to check and uncheck the Telerik component Checkbox?
I searched the website of Telerik and not found where it shows how to do to enable the Checkbox (mark and unmark) of this component ? 'Cause I’m gonna need to update the profile by sending it to the…
-
1
votes0
answers42
viewsSum items from a category Kendo Chart
I have an array with the percentage of each graph item, similar to the date. I’m trying to build the template, according to the code template: "#= series.abbr #: #= value # (#= series.percent #).…
-
1
votes1
answer33
viewsHow to make Telerik Radhtmlchart responsive?
I have 3 graphics RadHtmlChart of Telerik on a page, I’m dividing this page into 3 so that they are always displayed, without the need to roll a scroll to view them. I need that when resizing the…
-
1
votes0
answers99
viewsVb . net button action does not work
I want to do a simple action when a button is clicked but nothing happens. Aspx file <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolderNormal" runat="server"> <asp:Button…
-
1
votes0
answers42
viewsWindow appears hidden behind google maps in expanded mode
I am developing a webpage using the languages Asp, c#, javascript with Telerik framework. When I am on the map in expanded mode, I circle a region of the map, and I click on the button of that…
-
0
votes1
answer92
viewsKendo MVVM - Viewmodel inside Another
Is it possible to bind one Viewmodel within another? If yes, how? I need to create a context more or less like this: <div data-bind="visible: ViewModel_1.isVisible" /> //.... <div…
-
0
votes2
answers1344
viewsOpen another page in modal Jquery
I have a problem that I can’t solve in any way. Well, I have a project on Asp.NET MVC as follows: Model public class Objeto { public Objeto() { } public Objeto(string nome, double valor, double…
-
0
votes1
answer35
viewsGridviewcheckboxcolumn generating a blank column
I’m creating a form like Radcontrols Winforms Application to make a simple registration of people . In this form I am using the Telerik Rad Controls To use the checkbox for each item in the list I…
-
0
votes0
answers108
viewsGrid Telerik Kendo UI - Delete Row JS and call function
I am adding lines normally and adding in a Javascript array, I need to remove a selected row and remove it from the array and last save to the database. The excerpt below is not working properly,…
-
0
votes1
answer77
viewsExtract information from requests header in Fiddler
I need to extract information from the header of a request in the app FIDDLER to make a comparison of a context variable that is sent in the header and set routes based on that variable. In this…
-
0
votes1
answer43
views -
0
votes1
answer76
viewsChartjs to Kendo-ui
I’m changing from the Chartjs to the Kendo-ui. (My company has the license) I’m having some trouble customizing the Radar Chart I’m trying to use. 1) Remove lines that divide the graph. The cross…
-
0
votes1
answer92
viewsApp name does not appear after downloading from APP Store
I developed an application in APP BUILDER and published in APP STORE, but in the last update I noticed that now, when you download the application, it appears with the icon and no name on mobile…
-
0
votes1
answer63
viewsTelerik Radgrid loses paging when exporting to Excel
When I export Radgrid from Telerik to Excel, when Radgrid has many records, it loses paging. I tried to solve with rebind, but it didn’t work. Would anyone have any idea? Attached the screens before…