Top "Aspxgridview" questions

ASPxGridView is usually in reference to the ASPxGridView provided by DevExpress.

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
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 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
AspxGridView default focused row

I have an AspxGridView in my project with AllowFocusedRow="True". Every time I load the page (with the table) the …

asp.net devexpress aspxgridview
Export ASPxGridView to xlsx using ASPxGridViewExporter with formatted text

I have an ASPxGridView having a number of columns (of type GridViewDataComboBoxColumn or GridViewDataHyperLinkColumn). In the code behind in the …

asp.net excel devexpress aspxgridview
ASPxGridView change height on resize, possible?

I have an ASPxGridView with SettingsPager set as Mode = ShowAllRecords, PageSize = 100000, CurrentPageNumberFormat = '', Visible = False What I want is to …

c# asp.net devexpress aspxgridview
TotalSummary of GroupSummaries in Devexpress

I have an ASPxGridview like this: Is there any way calculate Total of GroupSummary to TotalSummary without Grouping. GroupSummary's SummeryType="…

c# .net asp.net devexpress aspxgridview
How to adjust Devexpress grid width dynamically?

I have a table with 3 tds, 1st td with 1% width and a image button control(Pin image) in it. 2nd …

html-table devexpress imagebutton aspxgridview
ASPxGridView -Custom Controls in DetailRow

I try to have custom controls in a DevExpress grids detail row. When ever a row is expanded I would …

asp.net devexpress aspxgridview