radgrid
How to use radgrid's FilterExpression with Linq
I have a radgrid and when I filter, I get something like: \"(iif(Name== null, \\\"\\\",Name).ToString().ToUpper().Contains(\\\"ap\\\".ToUpper()))\"[详细]
2023-02-07 22:23 分类:问答Setting GridCheckBoxColumn in Telerik RadGrid from the client side
I have a GridCheckBoxColumn inside a Telerik RadGrid. I want to loop through all the rows on the client side and set the value of each checkbox. I can\'t figure out how to get the checkbox control. So[详细]
2023-02-06 12:41 分类:问答Add Seperate Sum Functions to an IQueryable LINQ Statement
I\'m looking to populate a Telerik RadGrid with an IQueryable DataSource but include 5 Total columns inside that Grid. I have built separate functions for the Totals when I create individual reports,[详细]
2023-02-05 12:48 分类:问答RadGrid loses Filter value
I\'m using a RadGrid that i want to allow filtering for. I allow filtering on each individual column but i added a button that I intend to program to APPLY ALL FILTERS.[详细]
2023-02-04 23:22 分类:问答ReBind Telerik RadGrid from RadToolBarButton +AJAX
I\'ve been using Telerik Controls for a couple months now, and have yet to apply AJAX to any of my UserControls. While I\'ve been learning, I\'ve been doing full Postback\'s every time I need to Updat[详细]
2023-02-04 19:59 分类:问答How to remove filter button on Telerik RadGrid
I\'m really new to asp.net and Telerik... I have a RadGrid with 开发者_开发问答filtering. I set AutoPostBackOnFilter=\"true\" and CurrentFilterFunction=\"Contains\" on my columns. Ok it works fine, u[详细]
2023-02-04 12:51 分类:问答how to change radgrid's GridButtonColumn's text in radgrid's ItemCommand event?
I开发者_运维知识库 have a radgrid with GridButtonColumn as one of the column.I need to change that column\'s text displayed in the grid during ItemCommand event.[详细]
2023-02-03 20:21 分类:问答Distinct LINQ Statement - Select Group where Entity doesn't exist
I currently have a LINQ statement that returns an IQueryable to be displayed into a Telerik RadGrid. This statement is set to pull Records that match the Period inputted, and also have the \"Premium\"[详细]
2023-02-02 22:20 分类:问答How to maintain cursor position of radgrid after filtering?
I am using Radgrid for listing dtabase contents. Sorting a开发者_如何学编程nd filtering is enabled.[详细]
2023-02-01 23:20 分类:问答JQuery Sortable Plugin and Telerik RadGrid
Has anyone co开发者_Go百科mbined the Telerik RadGrid with the JQuery sortable plugin for reordering the rows?At first glance, it works great.However, I\'m not actually doing development so I was wonde[详细]
2023-02-01 08:00 分类:问答