xtragrid
Using DataRelations and DevExpress Grids - Hide expansion control
I have a bit of a weird issue. We use DevExpress controls to do all our Windows Form development. Anyway, I found a perfect use for the DataRow.SetParentRow/GetParentRow methods in my grid. So I creat[详细]
2023-03-19 20:28 分类:问答DevExpress XtraGrid MakeRowVisible
EDIT: The problem has something to do with when I am invoking the method.If I wait for the form to be displayed, and invoke the method from a menu on the form itself, it works. But if I set the row to[详细]
2023-03-16 04:09 分类:问答DevExpress XtraGrid set FocusedRowHandle and then scroll focused row into view?
I have an XtraGrid with ~500 rows in it. I can set the FocusedRowHandle to, say, row 245. But is there a method that will scroll that now-focused row into view if it\'s currently not visible?[详细]
2023-03-15 05:06 分类:问答Show control depending on object data in XtraGrid Column
I need to sh开发者_高级运维ow control depending on object data in XtraGrid cell of column. i.e. different coltrol in cell depending on data. Any tutorial or demo ?You need to handle the CustomRowCellE[详细]
2023-03-15 03:51 分类:问答CheckEdit as XtraGrid Column
edit = gridView1.GridControl.RepositoryItems.Add(\"CheckEdit\") as RepositoryItemCheckEdit; column = gridView1.Columns.Add();[详细]
2023-03-14 02:05 分类:问答DevExpress WinForms Grid Initialization best practices
I am using a DevExpress DataGrid control, and what I basically do on form initialization is: populate with data, set grouping, disabling some options via[详细]
2023-03-13 10:56 分类:问答About devexpress xtragrid's datasource property
I\'m using DevExpress\'s xtragrid control. In my application I\'m setting the datasource property of gridcontrol at runtime but it not show my updated table value when my form displays.[详细]
2023-03-08 19:06 分类:问答DevExpress XtraGrid FocusedRowChanged event problem when changing datasource
This problem has bugged me for several years and maybe 开发者_C百科someone here knows a simple solution, since I just ran into it again.[详细]
2023-03-03 10:38 分类:问答is there a way to reload data into XtraGrid GridView without losing its visual state like filters, group row opens etc?
if I want to both change the database and render the change on the GridView, at present I am forced to change CType(grd.DataSource, DataView).Table cell values explicitly because I don\'t want to lose[详细]
2023-02-23 04:56 分类:问答Problem with data binding to DevExpress XtraGrid
I have a XtraGrid dropped on to a Winform. I have created 3 unbound columns named ID, StartTime and EndTime and set their unbound types as Int, DateTime and DateTime respectively.[详细]
2023-02-21 07:41 分类:问答