Top "Devexpress" questions

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

Get index with value in Checked List Box

I am actually finding that chkContactType.Items is empty when I step through the code. I even added a Watch …

c# winforms data-binding devexpress checkedlistbox
How to get selected cell text from TcxGrid?

I'm using Devexpress TcxGrid and I'm trying to get selected cell text. My TcxGrid is connected to some kind of …

delphi devexpress tcxgrid
How to get clicked cell column in DevExpress XtraGrid

I can't get column name of clicked cell in GridControl of XtraGrid. How can I do that? I'm handling GridView.…

c# winforms devexpress xtragrid
DataGridView DataSource Not Updating

I am using Winforms DevExpress and I am binding a DataTable to a DataGridView which is working fine. The problem …

c# winforms data-binding datatable devexpress
Devexpress Xtragrid how to add Combobox editor to column

I want to place a combobox inside one column of a Xtragrid. I can bind the combobox to array values …

winforms user-interface devexpress
How to resize DevExpress controls

I have a DevExpress LayoutControl set inside a WinForms Form. I would like the LayoutControl to resize horizontally when the …

devexpress
Refreshing DevExpress.XtraGrid after adding items to list that was boun to it

I have a List<SomeClass> bound to DevExpressXtraGrid like: MyXtraGrid.DataSource = MyList; I have some columns made in …

c# binding devexpress xtragrid
Is it possible to kick off a javascript function after a partial view renders in MVC Asp.net?

Let me preface this question with the fact that I am very new to MVC. I have an instance where …

c# asp.net-mvc devexpress asp.net-mvc-partialview
How do I raise an event via reflection in .NET/C#?

I have a third-party editor that basically comprises a textbox and a button (the DevExpress ButtonEdit control). I want to …

c# .net event-handling devexpress
How to get selected value from DevExpress LookupEdit?

Hai all, Am using DevExpress LookupEdit in C#.NET project,also set both Display Member and Value member property of …

c# .net winforms devexpress repositorylookupedit