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
-1
votes
2 answers
Add "th" to row in gridview
I am trying to achieve the below HTML in a Gridview but not getting the results i require
Name
Data 1
Data 2
Data 3
…

Computer
- 2,149
- 7
- 34
- 71
-1
votes
1 answer
-1
votes
1 answer
Implementing a Red Cross -Check Box in the Selection Column of the ASPxGridView or general GridView
I am currently using DevExpress ASPxGridView and want the selection check box to show a redcross image on selection or empty when unselected. Is there any javascript library to do such a thing. If so can you provide me an example.
Pelase make sure…

vinayvasyani
- 1,393
- 4
- 13
- 34
-1
votes
1 answer
Make div scroll with browser scrollbar
I have a page that holds two iframes sitting next to each other inside of two divs. There is a scrollbar on the second iframe that I want to remove so that the iframe scrolls with the browser scrollbar. The iframe with the unwanted scrollbar…

dragsl4y3r
- 55
- 9
-1
votes
1 answer
i cant set command argument to an img, but when i change it to imgbtn, it cant take my onclick jquery
I am displaying a collapsible grid view, when the user clicks the img, the 2nd nested grid view collapses. It works perfectly, except the grid 2 takes a parameter of grid view1 id, to keep the rows unique to each row.
The img code works (without the…

Von Kelly
- 3
- 6
-1
votes
1 answer
GridView OnRowDataBound, Cell's Text.Length
My datadsource is querying the table for a varchar column, that either comes out empty or comes out something like "1,2,3,4,5".
On the RowDataBound event I want to test if the string is not empty so I can substitute that string with an image or…

André Alçada Padez
- 10,987
- 24
- 67
- 120
-1
votes
2 answers
how to redirect to another page, that generates a gridview, after clicking a button in the first page
i have some different buttons in a page after clicking them i want them to redirect me to a page that has a gridview , but for each button it gives a different gridview which are generated by datatables . may you help to find ,how can i do that in…

Eri Sheqeri
- 1
- 1
-1
votes
1 answer
How to over come this error 'System.OutOfMemoryException'?
I am using devexpress grid view. I have 2,800,000 records in sql database. I gave a query like below:
SELECT
YEAR(Time) Year
,MONTH(Time) Month
,[StoreID]
,[TransactionNumber]
,[BatchNumber]
,[CustomerID]
,[CashierID]
,[Total]
FROM…

mohamed faisal
- 1
- 3
-1
votes
2 answers
modifying url to display more results per page
How would one find out if it's even possible on specific site?
For example https://forums.eveonline.com/default.aspx?g=topics&f=257
There are many more sites where I wanted to display more results per page but option is not available.

Tõnu Rääk
- 3
- 3
-1
votes
2 answers
How to handle currency format of decmal from sql inside of GridView Eval?
My local machine is Turkish, if i run my asp.net aplication , i can see easly my decimal value from mysql database like below.it is my desire and everything is right what i want. i used "Text='<%#Eval("Veri","{0:N}")%>'". it is working great in my…

loki
- 2,926
- 8
- 62
- 115
-1
votes
1 answer
Label value pass to javascript
I have a label and I stored value from it through backend coding. I want to get the value of label and pass to Javascript. Please Help me. Everything works find but when I add update panel they now showing 0 value. I need to put update panel so that…

x'tian
- 734
- 2
- 14
- 40
-1
votes
1 answer
Database manipulation
Let us say that we have an SQL database with a contacts table that has 5 fields; contactID, title, firstName, middleName, and lastName. On the front end we have a profile page with an update button.
Let us also say that we want to allow the user…

DaedalusK71
- 3
- 3
-1
votes
1 answer
ASPxGridView how to multiply two fields in edit mode and showing in third field
I have load the data in ASPxGridView, when i click on edit link, the data shows in edit mode(PopupForm mode).
When user change the quantity field value, the amount field will be updated according, after the multiplication of quantity field value…

hasnain_ahmad
- 325
- 6
- 17
-1
votes
3 answers
C# ASP.NET Checkbox to enable/disable
I'm very new to c#, asp.net.
I'm making a web form to display ads.
I created a simple SQL database and added a gridview.
Let's say this is the datatable:
Ad-URL Text Keywords Checkbox
test.com bla blaa
test2.com bla blaa
How to…

Tharwat Harakeh
- 89
- 1
- 3
- 11
-1
votes
1 answer
temporarly save data from more than 2 gridviews
am trying to find a way to temporarily save data from 7 grid views on the same page before saving.
i have tried this .
//Store the DataTable in ViewState for future reference
ViewState["CurrentTable"] = dt;
//Bind the…

Ibrahim ademide
- 1
- 1