Top "Devexpress" questions

DevExpress is a component vendor for a variety of controls across different technologies.

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
DEVEXPRESS - xtrareport - page break

I have a datatable with more than 300 rows. I want each page to present only 10 rows in it. I want …

c# devexpress xtrareport
How include a image in devexpress datagrid

How can set icon in Dev express data grid depending on the value returning from Database

c# devexpress xtragrid
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
Devexpress Get the value from gridview child

I use this code to generate the data and output it in my gridview string sql = "Sql Query"; string sqlCredit= "…

c# winforms devexpress devexpress-windows-ui
How can I set the Selected value on a DevExpress LookupEdit?

I previously asked a similar question, but the code was much more complicated. This question involves a similar problem, but …

devexpress
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
Detecting Ctrl+Left (mouse button) in MouseDown event handler

When I first press down control key (the left one) and then click the left mouse button, why does the …

c# winforms devexpress
How to get selected row of detail grid in Master-Detail GridView?

I'm having a problem on getting the selected rows values of a detail grid. I have master-detail grid in a …

devexpress master-detail aspxgridview selectedvalue
Rowcommand do not fire after clicking button

I have already find out the solution, i just want to post it so this may be useful for some …

c# asp.net gridview devexpress rowcommand