xtragrid
How to maintain selected row of XtraGrid control
I\'m developing an application of the xtragridview control in that application when i\'ll double click on row from the xtragridview that time one popup form opens . then the focusof the parent window[详细]
2023-02-21 06:00 分类:问答Dev Express GridView rows count
In System.Windows.Forms.DataGridView it is DataGridView.开发者_开发问答Rows.Count. But how can I get Dev Express GridView\'s rows count?You will need to get the View inside of the GridView and then ac[详细]
2023-02-20 20:49 分类:问答Dev Express binding RTF data to XtraGrid
Is there any way I ca开发者_如何学Pythonn use to bind Rich Text Format (RTF) data to the XtraGrid control?Yes, it is possible.You should use the RepositoryItemRichTextEdit as the column\'s ColumnEdit.[详细]
2023-02-20 07:27 分类:问答DevExpress XtraGrid: Make column visible to user
I have a grid with lots of columns (ca. 100). I\'ve written a column sele开发者_开发技巧ctor context menu (which has each letter of the alphabet and then as subitems all the columns beginning with tha[详细]
2023-02-19 15:24 分类:问答XtraGrid Cell Grouping
I am using XtraGrid in my app. I want to group some cells togethere and replace them with group name. Following is the description.[详细]
2023-02-17 19:24 分类:问答XtraGrid Questions
I have follwoing feew questions on XtraGrid (Dev Express). How to enable editing the cell by double clicking on it? by defalut XtraGrid permits cell editing if we j开发者_运维知识库ust click on it.[详细]
2023-02-16 11:46 分类:问答is there built-in way to make DevExpress XtraGrid GridView column headers/captions diagonal to save horizontal space?
I have a whole bu开发者_StackOverflow中文版nch of very narrow columns in a DevExpress GridView and I want to save on column header width by making the caption text (which is too wide even at 3-4 lette[详细]
2023-02-16 02:13 分类:问答GridView devexpress ENTER to go down
How can I achieve behaviour that when user hits enter after editing selection goes to the row belo开发者_JAVA百科w(the same column) not the same row next column[详细]
2023-02-15 04:23 分类:问答changing backcolor of the XtraGridView cell
H开发者_如何学PythonEllo friends I want to change the background color of the DevXpress\'s XtraGridView\'s particular cell.[详细]
2023-02-14 21:58 分类:问答C# DevExpress XtraGrid, bind to property of nested class
It\'s easy to bind an XtraGrid control to a class by setting the FieldName for each column to the name of a property in the underlying class. We have now encountered a situation in which we would like[详细]
2023-02-12 07:34 分类:问答