I have the following code: @using com.mycompany.myproject.web.ViewModels @model IEnumerable @{ Html.Telerik().Grid(Model)
I have two radgrid , for the first radgrid i am binding the data from serverside , and for the second radgrid i am binding the data through sqldatasource from clientside.
I have The following code to set the edit mode for Radgrid based on condition but i am getting error saying cannot implcitly convert bool to telerik.web.ui.grideditmode
Afternoon all, I\'m currently profiling a rather large C# WPF app, trying to eliminate a few performance issues. One involves a 5-8 second stall that occurs when switching to a particular (rather lar
My requirement is to generate PDF while clicking on image button in the grid.In the same page I have one search button(btnSearch). I have implemented OnNeedDataSource event.While clicking on search bu
I am using Telerik grid for mvc project , I want drop down list to be in the grid for four values , but I want first to choose the the dropdownlist to be present at inline edit mode and to be disabled
I have bound the grid using server bing and the grid update method is working, but the delete method is not. I would be grateful for any suggestions as to what might be the problem.
This is a column in my Telerik Rad Grid <telerik:GridTemplateColumn HeaderText=\"Action\" UniqueName=\"d开发者_如何学CtgColActions\"Groupable=\"false\" Reorderable=\"false\">
I have problem with radgrid refreshing, when i close the popuup radwindow,can any one help to figure out the problem.
I have an application that was implemented using the Telerik RadGridView control and Caliburn.Micro MVVM framework.Because of some performance problems, I needed to implement the Telerik VirtualQuerya