Top "Telerik" questions

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

How to set the SelectedValue attribute of Telerik RadComboBox inside the FormTemplate of a RadGrid

I have what I think should be a straightforward question. I have a RadGrid with FormTemplate editing and AJAX enabled. …

ajax telerik radgrid selectedvalue radcombobox
Kendo UI Grid post rendered or post databound event?

Is there a way to trigger an event after grid has been reloaded via ajax? i see the RequestEnd event. …

javascript kendo-ui telerik kendo-grid telerik-grid
How to fetch 'KeyValue' from Telerik RadGrid?

<telerik:RadGrid ID="radGrid" runat="server" AllowPaging="true" AllowCustomPaging="True" GridLines="None" PageSize="20" AllowMultiRowSelection="true" ClientSettings-Selecting-AllowRowSelect="true" AutoGenerateColumns="false" …

asp.net telerik grid
Kendo MVC Grid: Creating a Custom command button and passing parameters

I'm trying to create a custom command button to fire a custom delete function. I need to pass the ID …

asp.net-mvc telerik grid kendo-ui
Clickable link in RadGrid column

I have a RadGrid where a column in the grid holds a URL. When a put a value in the …

telerik radgrid
Kendo DatePicker fails validation for custom date format

I'm using Kendo DatePicker to edit a Date field being displayed in a Kendo Grid in my ASP.NET MVC 4 …

telerik asp.net-mvc-4 kendo-ui
KendoUI Grid Decimal number column

I have a column for weight (in Kg). When the user clicks on it I need to enable them to …

jquery kendo-ui telerik kendo-grid
Get rows of a Telerik RadGrid

I'm working on a RadGrid, and I want to access its rows but it seems it does not have a .…

c# asp.net telerik radgrid
How to format radgrid cell programmatically

I have to format (backcolor, forecolor, font style) a radgrid's cells depending on the value of the cell. For example …

telerik radgrid cell-formatting