Top "Devexpress" questions

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

ASPxGridView -- How to simply add example values with only a DataSource property?

Hello I have a ASPxGridView. In it(for the uninformed) is only a DataSource property for telling it what data …

c# asp.net datasource devexpress aspxgridview
Xtragrid one column editable other aren't

Hi I have DevExpress xtragrid control. How can I set just for one column editable = true (column is empty)

c# devexpress xtragrid
How to disable row header in devexpress xtragrid

Hai all, I want to know how to disable row header in Devexpress xtragrid (grid control ) . In normal we are …

devexpress xtragrid
How to color selected rows in GridView in c#

I select all row with follow code in gridview gridView1.SelectAll(); Now i want to color selected rows in gridview …

c# winforms gridview devexpress xtragrid
CompareValidator to validate two dates

Hi all I am having my date format in the following format dd-MMM-yy I am using compare validator to validate …

c# asp.net devexpress comparevalidator
DevExpress MVC Gridview + LINQ

We have a DX gridview being rendered in a specifically designed view. We pass a predefined ViewModel object whose values …

c# linq asp.net-mvc-3 devexpress aspxgridview
Devexpress Gridview Filter Control

I have a ASPxGridView component that is filled from a SQL query I wanted to apply a filter on my …

filter devexpress controls aspxgridview
How to get the value of cell containing a date and keep the original formatting using NPOI

I have an Excel file that I edited using DevExpress and I am reading using NPOI. When I try to …

c# visual-studio devexpress npoi
How to refresh ASPxGridView from database after edit

I have ASPxGridView: <dx:ASPxGridView ID="ASPxGridView_Main" runat="server" ClientIDMode="AutoID" ClientInstanceName="gridMain" EnableRowsCache="False" Width="100%" OnCellEditorInitialize="ASPxGridView_…

asp.net devexpress aspxgridview
Set the format of a date column in devextreme DataGrid with angular 2

I have a devextreme datagrid working in my angular2 project. However a column with a date datatype just shows the …

angular typescript devexpress devextreme