Top "Gridcontrol" questions

The grid control displays data by means of views.

devexpress gridView.Rows?

I want to do it with Devexpress extension (gridview) : string dataInCell = dataGridView1.Rows[i].Cells[j].Value.ToString(); Like : gridView1.…

c# gridview datagridview devexpress gridcontrol
How to make popup menu with right click on GridControl row?

I have a GridControl with some rows on my DevExpress interface. When I right-click on some row of the grid …

devexpress contextmenu right-click gridcontrol
how to Best Fit(All Columns) in a GridControl

How to best fit all the columns in a grid control when form is loaded. I do have a button …

c# devexpress gridcontrol
Change devexpress grid control column header caption

Hai all, How to change devexpress gridconrol column header caption using c#. please help

c# header devexpress gridcontrol
How to set the default Sort on a DevExpress GridView

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 gridcontrol
How to access Columns for DevExpress.XtraGrid.GridControl in C#

I try to get the ColumnNames and the current Vieworder of my GridControl. The docu won't help me an the ".…

c# devexpress gridcontrol
DevExpress gridView Columns Add

I'm using DevExpress library. I have problem with GridControl the following property is not appear : gridView1.Columns.Add(); // not appear …

devexpress gridcontrol
Validating cells in DevExpress GridControl

Just 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 gridcontrol
How to add a checkedit control to a gridview in devexpress programmatically

I want to bind a DataTable to a BindingSource which is then bound to the GridControl. How do I add …

c# winforms datatable devexpress gridcontrol
Grid control that can be placed on userform?

Does anyone know of a grid control that can be placed on an Excel UserForm, preferably something that is capable …

excel adodb gridcontrol vba