DevExpress is a component vendor for a variety of controls across different technologies.
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 aspxgridviewHi I have DevExpress xtragrid control. How can I set just for one column editable = true (column is empty)
c# devexpress xtragridHai all, I want to know how to disable row header in Devexpress xtragrid (grid control ) . In normal we are …
devexpress xtragridI select all row with follow code in gridview gridView1.SelectAll(); Now i want to color selected rows in gridview …
c# winforms gridview devexpress xtragridHi 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 comparevalidatorWe 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 aspxgridviewI have a ASPxGridView component that is filled from a SQL query I wanted to apply a filter on my …
filter devexpress controls aspxgridviewI have an Excel file that I edited using DevExpress and I am reading using NPOI. When I try to …
c# visual-studio devexpress npoiI have ASPxGridView: <dx:ASPxGridView ID="ASPxGridView_Main" runat="server" ClientIDMode="AutoID" ClientInstanceName="gridMain" EnableRowsCache="False" Width="100%" OnCellEditorInitialize="ASPxGridView_…
asp.net devexpress aspxgridviewI have a devextreme datagrid working in my angular2 project. However a column with a date datatype just shows the …
angular typescript devexpress devextreme