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
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
This is what I have: public class ViewModel { public BindingList<Row> Rows { get; set; } public BindingList<MyElement> Selectables { get; set; }
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
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
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
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
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.
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:
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).