Grid control for Windows Forms applications from DevExpress
On .net WinForm, DevExpress's GridControl/GridView bound on a DataSet, how to specify the default sort order? The one that …
.net gridview devexpress xtragrid gridcontrolI'am using Developer Express XtraGrid Component to show some data. I have 2 XtraGrid on my Windows Application Form. Both grids …
c# winforms devexpress xtragridThis problem has bugged me for several years and maybe someone here knows a simple solution, since I just ran …
devexpress xtragridI have a table with person data which are Name, Surname, Code and Photo of persons. And when I select …
c# winforms devexpress xtragridI have an XtraGrid with ~500 rows in it. I can set the FocusedRowHandle to, say, row 245. But is there a …
devexpress xtragrid setfocusIn .net grid view Control Column we have a Property called "ColumnType" where we can specify column type which you …
c# devexpress xtragridIn System.Windows.Forms.DataGridView it is DataGridView.Rows.Count. But how can I get Dev Express GridView's rows count?
c# winforms devexpress xtragridWe have a databound XtraGrid on our Windows form. One of the columns is a check box. The problem is …
checkbox xtragridThis is what I have: public class ViewModel { public BindingList<Row> Rows { get; set; } public BindingList<MyElement&…
c# data-binding devexpress xtragridI've a DevExpress XtraGrid control with three columns and a unbound checkBoxEdit column for users to select when deleting items …
c# winforms devexpress xtragrid