I have a Telerik RadGrid with a GridTemplateColumn that contains a checkbox, as follows: <telerik:GridTemplateColumn HeaderText=\"MINE\" UniqueName=\"MyTemplateColumn\">
I am using the radgrid, in my web application. I want to avoid the refetch of records when paging button is clicked on the radgrid.
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 have a page with a drop-down.Based on the selection in the drop-down, data gets loaded and populates a RadGrid.I am using a custom user control for the EditTemplate, so I can\'t use radGrid.DataBind
Ok, so I\'m trying to get my custom paging going on the Telerik RadGrid (similar to the asp:Gridview), but I\'m still hitting a wall.(the first part of my question was answered here)
I tried to post on Telerik forum, but now each time I try to open my thread, I get \"Oops... It seems there was a problem with our server.\"
I\'m trying to add a custom filter to my RadGrid.I have a column, vendNum, which I want to allow users to filter on multiple vendNums with a comma-separated list.Basically, I want the same functionali
we have the datasource as : rgSubjects.DataSource = entity.Student_Subject_MM.Include(\"Subjects\"). Where(p => p.StudentID == _currentStudent.StudentID
I have asked this question on Telerik forums with no reply so I\'m turing to you. I have seen this topic come up before but without an answer so I thought I\'d define the problem as simplyas possible
I was creating another usercontrol with Telerik\'s RadGrid and Calendar. <%@ Register Assembly=\"Telerik.Web.UI\" Namespace=\"Telerik.Web.UI\" TagPrefix=\"telerik\" %>