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
2 answers
checking checkbox state which is inside Dataitemtemplate devexpress gridview when button is clicked from code behind
I wanto check the state of checkbox which is inside the data item template in devexpress grid view when the user click the ok button
here is my aspx code for gridviewColumn

Sangit Gurung
- 111
- 1
- 11
2
votes
2 answers
How to resize the table cell to fit the contents
I have a GridView that I am using to display some contents:

SearchForKnowledge
- 3,663
- 9
- 49
- 122
2
votes
0 answers
How do you combine First, Previous, Numeric, Next and Last in Gridview (ASP.net)?
We know that the pagerSetting Mode of the gridview has NextPrevious, NextPreviousFirstLast, Numeric and NumericFirstLast. But how can I have it like this:
<< Previous < First 0 1 2 3 4 5 6 7 8 9 10 Next > Last >>

Mackoy
- 21
- 6
2
votes
2 answers
Hyperlinks inside a ASPXGridview
I want to add hyperlinks to each value in the 'Destination' column. So if you click any value in the 'Destination' column then it will lead to to another page.
The page i want to link this to it: 'included_codes.aspx'
To get to this page you need…

jeffry
- 327
- 2
- 8
- 23
2
votes
2 answers
Changing the colour of a row based on a condition
I want to change a particular row color of gridview based on some condition, i am using ASP.NET with c#.
I know i can use the HTMLCellPrepared method, but in my method i want to look at the values of other grids as well? Is this possible?
…

jeffry
- 327
- 2
- 8
- 23
2
votes
1 answer
How to get the selected rows in ASPxGridView?
I have a grid with ASPxCheckBox in Data Item Template. How to get KeyFieldValue of all rows whose checkbox is checked. I am trying to do this using client-side code and do it for whole grid not on visible index. Is it possible?
Note: I cannot use…

sms247
- 4,404
- 5
- 35
- 45
2
votes
1 answer
Filter dropdownlist in gridview based on form parameter
I have a gridview which I am using to update a database. The gridview consists of three columns. The first column is a ID number. The second column is a category (BU). The final column is a comments field. I have the edit set up to allow…

Tim Vavra
- 537
- 1
- 19
- 35
2
votes
1 answer
Assign Gridview row values to hiddenfield inside template. Use a button to post the hidden field value to another page
I have a Gridview control that returns rows from a table called workerID. I return 10 rows at a time and allow paging. What I would like to do is place a HiddenField in a template within the Gridview. I want to assign or bind a value from the…
user2209864
2
votes
2 answers
Changing the style of specific records in GridView
I'm designing a logistics system in ASP.Net . In the Order processing page, orders are displayed by Grid View,i want to change the font style of the rows to BOLD, which are marked as"ordedr not processed". thanks.

Iatrochemist
- 256
- 7
- 19
2
votes
1 answer
Next row in gridview asp.net jquery
I am using ASP.NET to create a page with a GridView and Image , this code show in Image GridView's first row picture, how can I get next row source?
$('#Image1').src = $('#grdImages td img').src;

user2601121
- 21
- 1
2
votes
1 answer
C# GridView Design
At the moment I am programming a Social Media website in aspx.net.
I am using a MySQL (phpmyadmin) Database where I store my data, en read my data from.
For example:
When a user posts something on his wall, the posted text will be saved in the…

Swag
- 2,090
- 9
- 33
- 63
2
votes
2 answers
No value given for one or more required parameters. when updating entry
I am getting the following error message when trying to update customer details. I am using detailsview.
Exception Details: System.Data.OleDb.OleDbException: No value given
for one or more required parameters.
I found here that this is normally…

Ron
- 69
- 2
- 7
2
votes
1 answer
aspxgridview header filter multi select from column content
I'm using aspxgridview in my project and i have a language column as seen above. Each row is for a product. First product has 2 languages, second has 4 and 3rd has 3 languages... In product table i record languages in a single cell for each product…

Koray Pişkiner
- 21
- 4
2
votes
3 answers
How to arrange datatable columns inside gridview?
My gridview is having a template field bound from the aspx designer. I'm binding a data table to it. Now my template field, which is having few action buttons, is coming as the first column. Is there any way to arrange the datatable columns before…

NewBie
- 1,824
- 8
- 35
- 66
2
votes
2 answers
How to populate ASPxComboBox?
I have Editable ASPxGridView and confused how to populate the ASPxComboBox init.
Consider The following scenario in which we have a list of cars with colors.
After Edit is clicked.
I want to add datasource to this highlighted color combobox. My…

Salman
- 1,380
- 7
- 25
- 41