ASPxGridView is usually in reference to the ASPxGridView provided by DevExpress. It's one of the prime products offered by DevExpress Inc. in support of ASP.Net WebForms.
Questions tagged [aspxgridview]
779 questions
2
votes
1 answer
Fill GridViewDataComboBoxColumn using value of the aspxgridview
I'm a novice C# programmer (about 6 months) and I'm using DevExpress components in my current work with ASP.NET.
I have no idea about fill a combox that is inside my grid.
The problem is basically this:
For each row in the grid I have a title /…

Lincoln Pires
- 338
- 4
- 15
2
votes
2 answers
ASPXGridView Custom CallBack
We have the DevExpress grid and in the OnCustomCallback event we need to assign a hidden field value=true. After we need to get the hidden field value to javascript?
We tried in following manner:
protected void dgUnReconcile_CustomCallback(object…

subramani
- 1,039
- 3
- 13
- 22
2
votes
2 answers
devexpress aspxgridview - custom text for paging
Is there a way to customize the top and bottom paging display? Like I want to display the
Top as "Now displaying 1 - 10 of 1000 records for ".
Bottom page as normal grid style like [1][2]...

Sunny
- 297
- 1
- 4
- 14
2
votes
1 answer
devexpress row deleting event
Deletebutton doesn't raise OnRowDeleting event
i created devexpress gridview on runtime it s working good until click the delete button ,when i click it ,it doesn't work .on debug it doesnt fire "rowdeleting". What can i do?
dovizgrd.Width =…

Sait DURU
- 89
- 1
- 2
- 11
2
votes
1 answer
Limiting result in DevExpress ASPxGridView
i want show to data result based on top result in ASPxGridView, is there any property which handle that case?

Wildan Muhlis
- 1,553
- 2
- 22
- 43
2
votes
2 answers
How to refresh ASPxGridView from database after edit
I have ASPxGridView:

Bomberlt
- 259
- 1
- 8
- 21
2
votes
2 answers
adding ASPxGridView to page with ObjectDataSource programmatically
I'm trying to add ASPxGridView to page and bind it to ObjectDataSource programmatically.
here is my code:
protected void Page_Init(object sender, EventArgs e)
{
ObjectDataSource odsGroup = new ObjectDataSource();
var gridLookup =…

r.zarei
- 1,261
- 15
- 35
2
votes
2 answers
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 have all the records display with a scroll bar and have no page size at all.
When the…

neuDev33
- 1,573
- 7
- 41
- 54
1
vote
3 answers
AspxGridView initially load empty
I asked this question here, too: http://www.devexpress.com/Support/Center/p/Q388764.aspx
but I hope for a quicker answer here.
I need my grid to display data only after the user starts filtering.
This is the scenario:
When opening a page containing…

Adi
- 5,113
- 6
- 46
- 59
1
vote
1 answer
ASP.NET - Get gridview edit row to span across columns
I've got a grid control with 6 columns. I use the EditItemTemplate fields to display edit data and I'd like to customize this if possible. Right now, the EditItemTemplate will show any control that I put in there but it only displays it in the…

Robert
- 1,696
- 3
- 36
- 70
1
vote
2 answers
How to fix this error with my GridView
I have the follow piece of my .aspx page
Status do Imóvel
<%= RetornaFiltros() %>

Lucas_Santos
- 4,638
- 17
- 71
- 118
1
vote
1 answer
ASP.Net nested grid update issue while binding data through SQL Server
I am working on editable Nested GridView.
I found this article Found at Code Project
I want to achieve the same thing by binding the 2 parent-child grids from Code-Behind, instead of asp:AccessDataSource from markup page.
Also please suggest how to…
user981508
1
vote
1 answer
ASPxGridView and Eval(string) method
I'm trying to add column to ASPxGridView which would have link to other page:
...

TrN
- 1,230
- 2
- 17
- 32
1
vote
3 answers
DevExpress MVC Gridview + LINQ
We have a DX gridview being rendered in a specifically designed view. We pass a predefined ViewModel object whose values are filled from a Linq-2-Entities query. The problem is that in our callback function the L2E query is actually executed on the…

L2Eer
- 477
- 2
- 6
- 13
1
vote
1 answer
ASPxGridView paging issue
I have an ASPxGridView and 2 radio buttons on my project. When I change selection of the radio button group, it changes the select command of the data source. After that, when I clicked on 2nd page, the data source's select command changes into…

Erdinç Özdemir
- 1,363
- 4
- 24
- 52