I have a view with telerik grid. Ihave a controler code which I am passing the data to the view public ActionResult GridList(int id)
I am using Asp.net mvc telerik Controlls in my application. Can we use RAD Controlls in my asp.net mvc? application?
I am using a telerik mvc 开发者_开发问答window extension that is triggered from a custom template link in a telerik mvc grid.The window is modal and it contains a form for editing data. After successf
In my telerik grid i have a column that has an html.actionlink pointing to a delete function. Now, i dont delete it right away, it stays until the user explicitly says save changes. Is it possible to
I have a rad grid which fetches the data from database and displays required number of records even though there are number of records
Our client has a Desktop application (VBA and Access) that they are using for the past 10 years and it is buggy and they want to upgrade it. I want to use the latest MS technologies and plan to make t
I might be wrong about what is actually happening here but i have 3 Html.dropdownlists. And im using jquery to handle filtering which does actually work. However, there is some odd behaviour which i t
What im trying to do is have an edit button that instead of opening the line for editing, it forwards you to a page where you can edit. Is th开发者_JS百科is possible? I tried something with the client
I\'m using MVC2 and have a telerik popup window in which I\'m doing a search and wanting to display the search results in a second tab.
I am using the telerik MVC grid extension in my MVC2 application, and I would like to add a custom piece of text (a record cou开发者_运维技巧nt) in the footer. I don\'t want to use paging in this part