xtragrid
DevExpress XtraGrid control's Is not showing data in the xtragrid view
i created one application which uses devexpress xtragrid control. I used xtragrid control on the user control of devexpress. And used that user control on the form. And in the load event of user contr[详细]
2023-04-10 13:39 分类:问答Autoheight of vertical column header in C# using DevXpress
I used this http://www.devexpress.com/Support/Center/p/Q233111.aspx (the code is in VB so I converted it to C#) to get vertical column headers. 开发者_如何学CI get the vertical headers but my problem[详细]
2023-04-07 11:20 分类:问答LookupEdit in XtraGrid cell value goes blank
This is what I have: public class ViewModel { public BindingList<Row> Rows { get; set; } public BindingList<MyElement> Selectables { get; set; }[详细]
2023-04-07 03:30 分类:问答How can I set visiblity of GridColumn based off value of another GridColumn in the XtraGridControl designer?
I can\'t seem to find an answer to this question that exists already. My problem is that I have information on an Employee being displayed in a XtraGridControl with the view set to CardView. In my Em[详细]
2023-04-06 20:28 分类:问答color devex xtragrid row for the data is greater than a value
when I tryin to color rows for a constraint value it makes because of the string value like this: private void gvTerbiyedekiDispolar_RowStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowStyleEve[详细]
2023-04-06 17:30 分类:问答DevExpress RepositoryItemLookUpEdit
I am binding the Grid with a business object which contains a field Country (which is another business object containing ID and Name). I want to display the country name set to the \"Country\" in the[详细]
2023-03-31 17:55 分类:问答Delete multiple rows from Grid
How do I delete multiple rows fro开发者_如何学运维m XtraGrid ? I am using DevEx version 10.2. Any tutorials available ?You can get the selected rows using the GetSelectedRows method (nicely named righ[详细]
2023-03-21 14:31 分类:问答Dealing with Dependcy Properties/Columns in GridControl?
I am working with a DevExpress GridView and have an object I\'m trying to populate in the grid. E.G lets say I have a Product.[详细]
2023-03-21 00:51 分类:问答I can't bind the Devexpress XtraGrid column to my property!
I am using a Strongly Typed Data Set for my application and I needed a custom property that doesn\'t exist in my database table, so I created it as follows:[详细]
2023-03-20 03:16 分类:问答DevExpress XtraGrid override from CalcRowHeight breaks RepositoryItemImageComboBox
I\'ve recently changed the rowheight for our grid and reduced it a bit (using code from http://www.devexpress.com/Support/Center/KB/p/A859.aspx).[详细]
2023-03-20 00:56 分类:问答