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
15
votes
3 answers
ASPXGridView ClientSideEvents How to Get Selected Row's KeyField Value
I'm trying to get selected grid rows KeyField value on client side;
I used to try followings and get various results:
Method #1
//This gives previous selected…

DortGen
- 402
- 2
- 8
- 22
12
votes
8 answers
set column width of a gridview in asp.net
I dragged and dropped a GridView from toolbox to Aspx page.the design code looks like this

Vikas Kunte
- 683
- 4
- 15
- 35
11
votes
2 answers
ASPxGridView Group Summary Sorting - It sorts the content inside, not the summary outside
I have done grouping of the grid by giving groupindex to a particular column in aspxgridview.
For example, if I am grouping by means of persons name and the orders details made by that particular person would come in the detailed content when the…

Ruchi
- 1,238
- 11
- 32
9
votes
1 answer
Get CheckBox.Checked in ASPxGridView Not Woking Properly
I have checkbox in ASPxGridView like this :
...

Jun Rikson
- 1,964
- 1
- 22
- 43
7
votes
2 answers
Modal Panel Doesn’t Appear When Called by Button Inside a Grid View’s Cell
I've struggled a lot with how to show a modal panel on click on a button inside a grid view.
To context: I have a data row with a string field that can contain a simple text or a base 64 encoded image, so I'm using a custom template to define when…

Diego Rafael Souza
- 5,241
- 3
- 23
- 62
6
votes
2 answers
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="AVERAGE"
For Example:
MUS_K_ISIM GroupSummary[RISK_EUR]
2M LOJİSTİK 123.456
ABA LOJİSTIK 234.567…

Soner Gönül
- 97,193
- 102
- 206
- 364
6
votes
4 answers
How to get field value of selected Row Devexpress GridView?
I use a DevexpressGridView to display all TOPIC (id,title,content)
I have grid_SelectionChanged event:
protected void gv_SelectionChanged(object sender, EventArgs…

vyclarks
- 854
- 2
- 15
- 39
5
votes
5 answers
Set value for 'visible' property in ASPX page programatically
I am trying to set the visible property for a label to either true or false depending on a condition. This is in ASPX page. I am doing something wrong and getting error when this is executed.

Anirudh
- 581
- 5
- 14
- 32
5
votes
6 answers
ASP.NET GridView: How to edit and delete data records
Hi I have used gridview to create a table.
Is there a way to implement edit and delete.
I have done it in PHP before. The method I would like to use is create two more columns in the table with edit and delete buttons on each row. Then when the…

Adam Patel
- 75
- 1
- 1
- 7
5
votes
2 answers
How to programmatically select value in ASPxComboBox in ASpxGridView
I am required to use the DevExpress ASPxGridView. I have a datasource Object which returns two columns of importance, ObjectType and ObjectID. ObjectType can be Patient or or Physician. ObjectID is a int value giving the ID of the Patient or…

Rob
- 2,363
- 7
- 36
- 54
4
votes
1 answer
Devexpress grid - PerformCallback generates Invalid viewstate
I have a DevExpress grid that needs to be refreshed every time the value in a combobox is changed. For example, I have a combobox that sets the grid's page size. One of the requirements is that the combobox does not cause a full postback.
The…

Ioana Marcu
- 551
- 8
- 25
4
votes
4 answers
Insert hidden column in asp:GridView but still available client side
This is simple. All I want to do is insert a hidden column into an asp:Griview that I'll be able to access through javascript. Any pointers?

m.edmondson
- 30,382
- 27
- 123
- 206
4
votes
1 answer
Replacing HeaderText with Headertemplate in TemplateField
I have a gridview with templatefield columns. The TemplateFields are something like this:

NavidM
- 1,515
- 1
- 16
- 27
4
votes
2 answers
Devexpress Gridview Filter Control
I have a ASPxGridView component that is filled from a SQL query
I wanted to apply a filter on my ASPX Gridview
so I wrote:

user1805523
- 179
- 1
- 2
- 12
3
votes
2 answers
How to programmatically reach any AspxControl inside an AspXGridView's EditItemTemplate
Its very simple and i feel myself as an idiot :(
I newly started to using DevX Controls. Its documentation and sample projects are SUCKS!
My problem is:
I have an ASPxGridView on my aspx page:

DortGen
- 402
- 2
- 8
- 22