Top "Devexpress" questions

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

How to get the selected row values of DevExpress XtraGrid?

Consider the following picture I get the selected row values in the three textboxes shown in the figure when i …

c# winforms devexpress xtragrid
DevExpress Controls not visible in Visual Studio toolbox

I've just installed DXperienceXaf-10.1.7, but the controls do not appear in the VS 2010 toolbox, neither do they show in the …

visual-studio devexpress
ASPXGridView ClientSideEvents How to Get Selected Row's KeyField Value

I'm trying to get selected grid rows KeyField value on client side; I used to try followings and get various …

asp.net devexpress client-side aspxgridview
How to get field value of selected Row Devexpress GridView?

I use a DevexpressGridView to display all TOPIC (id,title,content) <dx:ASPxGridView ID="gv" runat="server" OnSelectionChanged="gv_…

c# asp.net devexpress aspxgridview
How to set datasource for fields in XtraReports without having a dataset at design time?

I'm taking a look now to XtraReports reporting tool and there's something that I don't get it yet. How do …

c# devexpress xtrareport
Devexpress or Telerik Controls comparison

I am looking into purchasing either dev express or telerik to aid in the development of our applications. We are …

c# asp.net telerik devexpress
DevExpress export GridView to Excel

I really need help with this.. I can't find any example on the internet I am using DevExpress GridView I …

c# excel devexpress
ASPxComboBox - How to set selected item?

I'm using : ASPxComboBox The problem is how to set selectedValue from code behind? If my html is like this: <…

asp.net devexpress
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
ASPxGridView rows per page

How can I set maximum number of rows per page to 5? Default is 10. <SettingsPager PageSize="5"> ... doesnt work thanks …

c# asp.net devexpress