radgrid
CheckBox in RadGrid and Sending data to Database
I want a checkbox in RADGRID. Following are detailed requirements: All the radgrid columns i am populating with AutoGenerateColumns=\"True\" from stored procedure. I need an extra checkbox column.[详细]
2023-04-05 06:45 分类:问答Why RadFilter is not detecting Columns correctly?
I am having trouble that RadFilter is not detecting the columns correctly. I bind my RadGrid through code in Asp like:[详细]
2023-04-05 03:10 分类:问答RadGrid - filter textboxs, any way to control their width dynamically?
I have a RadGrid with a filtercontrol on it.The grid fits the size of the window, but certain开发者_如何转开发 views have quite a few columns and when the columns get shrunk down, the filter controls[详细]
2023-04-04 02:36 分类:问答How to shuffle or reorder rows in the gridview on button click
I have radgrid for which I have binded data from code behind, I have two buttons next to my grid control, onemoveup button andmovedown button.On selecting a particular row on the grid and on click of[详细]
2023-04-03 03:30 分类:问答How to delete specific row in the gridview when item is binded from session
I have grid where i am binding items from session variable开发者_开发知识库 , where their around 5 similar items in the grid, i have to delete a specific selected row , on what basis i can delete the[详细]
2023-04-02 06:11 分类:问答Problem with Telerik RadGrid: ‘Telerik.Web.UI.GridInsertionObject’ does not contain a property with the name 'XXX '
I\'ve been trying to find the workaround for the following problem for the last couple of hours, but without any success. I\'ve found many of the possible solutions on the Internet, but none of them w[详细]
2023-04-01 17:02 分类:问答how to download binary data from RadGridAttachmentColumn?
My code protected void grdFiles_ItemCommand(object source, GridCommandEventArgs e) { if (e.CommandName == RadGrid.DownloadAttachmentCommandName)[详细]
2023-03-29 20:21 分类:问答RadGrid localization
I know that RadGrid and other RadControls have Culture property which is demonstrated everywhere 开发者_开发问答on telerik web site. But is there a way to force all telerik controls to use[详细]
2023-03-29 00:46 分类:问答How correct use terelik getGridMasterTableView().filter() methot on javascript on client side?
I use telerik radGriD funcrion on javascript client-side: getGridMasterTableView().get_filterExpressions().clear(); - clear array of filter expression.[详细]
2023-03-28 11:17 分类:问答RadGrid Set Column Navigation Property
I\'m having a problem with my RadGrid...Can you show me how can i on my aspx file set the column value of my grid with a navigation property field?[详细]
2023-03-26 18:42 分类:问答