The grid control displays data by means of views.
I want to do it with Devexpress extension (gridview) : string dataInCell = dataGridView1.Rows[i].Cells[j].Value.ToString(); Like : gridView1.…
c# gridview datagridview devexpress gridcontrolI have a GridControl with some rows on my DevExpress interface. When I right-click on some row of the grid …
devexpress contextmenu right-click gridcontrolHow to best fit all the columns in a grid control when form is loaded. I do have a button …
c# devexpress gridcontrolHai all, How to change devexpress gridconrol column header caption using c#. please help
c# header devexpress gridcontrolOn .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 try to get the ColumnNames and the current Vieworder of my GridControl. The docu won't help me an the ".…
c# devexpress gridcontrolI'm using DevExpress library. I have problem with GridControl the following property is not appear : gridView1.Columns.Add(); // not appear …
devexpress gridcontrolJust a simple question I can't manage myself. I have a DevExpress GridControl for Winforms (12.2) filled with some numeric values, …
validation devexpress datasource gridcontrolI want to bind a DataTable to a BindingSource which is then bound to the GridControl. How do I add …
c# winforms datatable devexpress gridcontrolDoes anyone know of a grid control that can be placed on an Excel UserForm, preferably something that is capable …
excel adodb gridcontrol vba