Questions tagged [telerik]

Telerik is a vendor of development, team productivity, and automated testing tools, as well as UI components and content management solutions for Microsoft .NET.

Telerik (a Progress company) is a vendor of development, team productivity, and automated testing tools, as well as UI components and content management solutions for Microsoft .NET. Telerik was founded in 2002 by a few friends. Now Telerik has a team of more than 750 professionals spread around the globe in 11 offices.

Telerik developed tools targeted to support .NET technologies, such as ASP.NET AJAX, ASP.NET MVC, WPF, Silverlight and Windows/Windows Phone.

Telerik also introduced support for HTML5 and JavaScript in 2011 with its Kendo UI product.

In October 2014 Progress Software announced its acquisition of Telerik. On December 2014 the acquisition was completed.

Further support from Telerik is available on their support forums

Telerik Wikipedia Page

9444 questions
1
vote
1 answer

Telerik's RadAjaxManager: all user controls are refreshed

I'm using Telerik's RadAjaxManager to update panels independently. On my page, I have 3 user controls: A, B, C. My AjaxSettings are: If postback on A, update only A. If postback on B, update only B. I declare nothing for C. If I do a postback…
Francois
  • 10,730
  • 7
  • 47
  • 80
1
vote
3 answers

Keep Elements on Same Horizontal 'Row'

I have the following div in a page, but the button is being rendered below the input, despite there being plenty of room for them both in the same 'row' as I want them. How can I force this 'same row' issue?
1
vote
1 answer

Set selected index on Dropdownlist in Telerik MVC Grid

My issue is that I need to set the selected value of a nested DropDownList inside a Telerik MVC Grid Control. Since the grid is bound on the client I need to set the selected item of the dropdown list in the "onDrpLoad" event on the client. What…
Stardust
  • 11
  • 1
  • 4
1
vote
1 answer

Telerik MVC Extension Grid: How to get filterBy JavaScript to work?

Tried to research this the best I could, but couldn't find a basic example. I have an ASP MVC 3 project with a Telerik Grid. Some of the columns of the grid are hidden because of space constraints. There is a separate UI element that should allow…
rgwozdz
  • 1,093
  • 2
  • 13
  • 26
1
vote
1 answer

how to disable/enable multiple checkboxes inside of a radcombobox using jquery?

I have an ItemTemplate which where each item contains a RadComboBox with checkboxes enabled. I need to apply some business logic that will disable or enable checkboxes in the combobox depending on the user's selections. What I need to know, is how…
Sinaesthetic
  • 11,426
  • 28
  • 107
  • 176
1
vote
1 answer

Telerik text selection

I have a telerik radgrid, like shown underneath | Username | Password | ------------------------- | A_user | ***** | | A_user2 | ***** | | A_user3 | ***** | When I click one of the rows, it will display the password of the…
Msonic
  • 1,456
  • 15
  • 25
1
vote
1 answer

Allow focus change in RadGridView when a cell has an error

I am using the INotifyDataError interface to add errors to an object. If the object is displayed in a RadGridView, the user is prevented from changing the focus from current cell if that property has an error. I would like to allow this. For…
cadrell0
  • 17,109
  • 5
  • 51
  • 69
1
vote
2 answers

How to create a hyperlink in a column in telerik grid

I have a grid which contains an id,which is a hyperlink and takes me to a different page.Can anyone help me to achieve this. Thanks
user1268906
  • 51
  • 1
  • 7
1
vote
1 answer

MVC3 Telerik Treeview Add HTML Elements(Button) to each node

I am using Telerik treeview in MVC3 Razor view to display tree structured information. I would like to Add a set of Buttons/Links (Edit,Create,Details) to each node in the tree. I tried the following but the actionlink does not get displayed.The…
josephj1989
  • 9,509
  • 9
  • 48
  • 70
1
vote
2 answers

How do i rebind the listview datasource from jquery?

I have a listview that needs to be updated after a comment is added. The submission is handled through jquery, and I'll like to force a refresh after the comment is successfully submitted. Animation would be nice, i was hoping that there is a simple…
Sinaesthetic
  • 11,426
  • 28
  • 107
  • 176
1
vote
1 answer

Telerik RadComboBox only opens on the second click

I'm new to telerik components, and I have a strange problem. I'm populating a RadComboBox through JS by calling requestItems based on another combobox selection. The data populates correctly, but visually only when I click on the combobox a second…
Ricardo Gomes
  • 1,268
  • 2
  • 15
  • 35
1
vote
2 answers

On file Upload The server has been reset

Im currently working on a site that you can upload large files.. on local it works fine. on my companies developement server that is hosted in our building it works fine. when we push it to the server that is off site i cannot upload large files..…
Snake3ite
  • 43
  • 2
  • 7
1
vote
1 answer

Combining a Telerik hyperlinkcolumn and a gridboundcolumn into 1 field

I was able to get part of my answer from another question but cannot find a more specific bit of information that I need to finish. I am trying to combine 2 fields into 1 like the above question but one of them is a GridHyperLinkColumn. I am using…
Shorty Long
  • 13
  • 1
  • 4
1
vote
2 answers

Adding a button in a Telerik RadGrid editor column

I have this Telerik radgrid | Encryption Key | Password to encode | Edit column | ----------------------------------------------------- | A_Key | A_password | Edit button | When I press the edit button, you can edit the encryption…
Msonic
  • 1,456
  • 15
  • 25
1
vote
1 answer

Telerik Map + WMS

I am integrating a WMS with Telerik map. In the Telerik forums, I found some sample code that works correctly until the zoom is great and performing the calculation is incorrect because MaxX and MinX returns the same value and Miny and Maxy returns…
1 2 3
99
100