xtragrid
Disabling the "Edit Filter" button on XTraGrid
How 开发者_如何学Cto disable \"Edit Filter\" button on XtraGrid? I want user to see the expression but do not want to edit it.[详细]
2023-02-11 02:31 分类:问答XtraGrid column checked list filter problem
I am using XtraGrid in my application. I have shown checked list box with unique values for the column filter. Now, I want to enumerate which Items were checked once the dialog dis开发者_JAVA技巧appea[详细]
2023-02-10 22:50 分类:问答Why can't I retrieve deleted DevExpress Grid rows?
I\'m trying to get a list of rows deleted by pressing the \'-\' button in a Devexpress Grid widget as depicted here.[详细]
2023-02-10 11:14 分类:问答Currency format without the thousands separator (remove comma in fields in saved reports)
I currently set some of my fields on my data grid with \"c2\" as the FormatString.When I generate .csv reports with XtraReports by printing on the XtraGrid, the thousands separator is included in the[详细]
2023-02-08 23:15 分类:问答How to retrieve a business object from DevExpress SearchLookUpEdit?
I need to retrieve a business object from a DevExpress SearchLookUpEdit when the control is bound to a collection of custom objects.[详细]
2023-02-07 03:54 分类:问答Editing Grid Cells with Coded UI Tests
I am trying to create coded ui automated tests; but i have problems with grids.. We are using DevExpress suit and i know DevExpress currently doesn\'t support Coded UI tests. However, i successfully[详细]
2023-02-03 20:25 分类:问答Change DataSource in XtraGrid
i have two different Lists. List<MyClass> list1 = new List<MyClass>(); List<OtherClass> list2 = new List<OtherClass>();[详细]
2023-02-01 23:53 分类:问答.net winform Grid Alternatives?
I am using vb.net / Winform 2010. I am looking for a free (or very cheap) alternative to the DataGridView, one that looks more like what I see on ads for XTra开发者_JS百科Grid. Something that will mul[详细]
2023-01-29 13:08 分类:问答How to disable one row of DevExpress XtraGrid in C#
I am using DevExpress XtraGrid in c#.NET application. I want to disable or set readonly property 开发者_StackOverflow中文版toparticular row of XtraGrid .[详细]
2023-01-19 14:16 分类:问答How to get checkBox object from c# Xtragrid column
Hi all, I\'m using DevExpress XtraGrid control in a C#.Net application. I\'mbinding the values from one table to a gri开发者_JAVA百科d, and the table contains one bit field: Authorized. So the grid di[详细]
2023-01-17 02:36 分类:问答