I have a page with Ajax Tab controls, within one of the tabs is a webcontrol that as a Telerik RadGrid, with Edit forms pointing to another web control. That edit form also contains Ajax Tabs and on o
currenetly, I am using the telerik Radgrid control to build a grid. my grid have two levels ( mastertableview and detailtables). In detailtables, there is a gridclientselectcolumn to show a checkbox.
I\'m trying to do a RadAjaxPanel ajaxRequest (invoked on the client) to call the server event-handler.I\'m getting a 404.I do have a server-side AjaxRequest handler defined but it never gets call beca
I am using the Telerik autocomplete option In the header: <script type=\"text/javascript\"> function onAutoCompleteDataBinding(e) {
Will there be any problems if I use DevExpress controls and Telerik controls on the same web page.Imagine I am nesting them insider one another.
How to refresh the Telerik RadGr开发者_JS百科id control using JavaScript?from telerik documentation:
Ive got the following code in my site.master page: <head runat=\"server\"> <title><asp:ContentPlaceHolder ID=\"TitleContent\" runat=\"server\" /></title>
I\'m trying to bind columns from two different tables in to gridview using Linq To Sql Here\'s the bind:
Good Evening, I am experiencing a strange problem. I only experience the problem when the site has been deployed to IIS 7.0. The web page renders fine when launched in VS 2010; however when viewed to
My question is, how do you access the DataNavigateUrlFormatString property in a gridhyperlinkcolumn o开发者_Go百科n a telerik radgrid programatically?