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 alignment of cells in Kendo grid after formatting it

I am using Kendo grid in my project. I am using culture script for internationalization. Using that script it formats …

telerik kendo-grid telerik-grid
RadWindow: Opening windows from C#

Need to open a webpage in a radWindow from a button click event. Attempted to do this from client side …

javascript visual-studio-2010 button telerik radwindow
Retrieve value from GridTemplateColumn in server side (Telerik RadGrid)

I have the following code in my aspx page (simplified): <telerik:RadGrid ID="rgd_grid" runat="server"> <…

c# asp.net telerik server-side radgrid
Get column index from column name in Kendo grid in Javascript

Is there a way we can find out the index of column in grid, if we know the column name …

javascript kendo-ui telerik kendo-grid telerik-grid
RadAjaxPanel version of UpdatePanel.Update()?

What can I do with the RadAjaxPanel to force a partial postback and refresh/update all the controls inside it? …

asp.net updatepanel telerik radajaxmanager
Change RadGrid columns headers

I tried to use the following code snippet in the PreRender event to change the HeaderText but it is not …

c# asp.net telerik radgrid
Iterate over rows/checkboxes in a RadGrid

I have a Telerik RadGrid with a GridTemplateColumn that contains a checkbox, as follows: <telerik:GridTemplateColumn HeaderText="MINE" UniqueName="…

asp.net foreach telerik radgrid
RadEditor requires a HttpHandler registration in web.config

When I add this code to my aspx , <telerik:RadEditor ID="REWelcome" runat="server" AutoResizeHeight="True" Width="500px" ToolbarMode="…

asp.net web-config telerik httphandler radeditor
CheckBox in RadGrid and Sending data to Database

I want a checkbox in RADGRID. Following are detailed requirements: All the radgrid columns i am populating with AutoGenerateColumns="True" …

c# asp.net oracle10g telerik radgrid
Set "Selected Item" in multiselect RadComboBox

Is there any way we can set Selected Items or Checked Items in a multiselect RadComboBox ?. I want to set …

asp.net vb.net telerik radcombobox