I am using the ASP.NET3.5 gridview control in a new project. My problem is that the gridview presents data in basic tab开发者_运维百科ular format, whereas I want a grid with row header / grouping beha
I have a Telerik RadGrid with a GridTemplateColumn that contains a checkbox, as follows: <telerik:GridTemplateColumn HeaderText=\"MINE\" UniqueName=\"MyTemplateColumn\">
Using the Telerik RadGrid control in ASP.Net, using editing \"inplace\" all works well and performs as expected (even got some validation) but when the edit 开发者_运维百科is complete the edit/insert
I开发者_Python百科\'m using Grid with \"Client Selection\" (http://demos.telerik.com/aspnet-mvc-beta/grid/selectionclientside) of Telerik, and my page loads with one of the lines already marked. I won
I need to use a two dimensional grid with headers in the left and the top on Silverlight. Is it possible to configure a grid for that or I need to use an other co开发者_如何学Gontrol?Have you conside
I have just added a Telerik menu to my MVC application.I also have many views that render Telerik grids on them.
I recently added a Telerik control to an ascx that is included in an aspx page. This page has a \"Send email\" button, which when clicked will email the user the rendered output of the page. The Teler
I have a situation where I need to, based on user selection and some server-side processing, display a message to allow
I use Telerik RadCalendar AS开发者_如何转开发P.NET control. How I can in code reset selected date? (Set no selected Date)From their site:
When putting a video in a Telerik Draggable Panel, when dragging the panel, on Fi开发者_运维问答refox the video restart all over again because DOM is reconstructed.