Skip to main content

Questions tagged [aspxgridview]

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.

aspxgridview
0 votes
2 answers
28 views

Is there a way to get different values from a single radiobuttonlist field used in ASP:Gridview

I am using a radiobuttonlist in my ASPX page inside a Gridview : <asp:GridView ID="grdRampPrepQues" runat="server" class="table table-dark table-striped" ...
ecstacyCoder99's user avatar
0 votes
1 answer
24 views

ASP.NET Web Forms GridView and SqlDataSource - how to divide the Sum of an Count?

I want to divide an SUM of SqlDataSource with the COUNT of an other SqlDataSource, in an GridView? How is that Possible?
Sarsmas Ahangari's user avatar
0 votes
1 answer
26 views

accessing the detailed Aspxgirdview in master Gridview

I have master detail AspxGridview. I want to access of a detailed GridView so I did as following <dx:ASPxGridView ID="wdtgProcess" runat="server" AutoGenerateColumns="...
nnmmss's user avatar
  • 2,902
0 votes
0 answers
23 views

How to iterate through all controls inside a DetailRow of an ASPxGridView from DevExpress

I'm trying to apply application-wide defaults to DevExpress' ASPxGridView controls programmatically. I iterate through all controls on the page and then call my "GridSetupDefaults" method. ...
Loudenvier's user avatar
  • 8,694
0 votes
0 answers
17 views

Grid search option disappears

In my ASP.NET form using VB.Net, i have two grids that display information based on selections made in dropdownlists associated with each grid. After making the first selection of values for the first ...
Rui Soares's user avatar
0 votes
0 answers
21 views

Two ASP.NET GridView controls on same website: When clicking Gridview3 then GridView1 is fired (SelectedIndexChanged)

I am writing a website which shall read data from a MySQL database. The GridView3 shows a list of the tables in the DB. By clicking (left mouse click) a table shall be chosen and the contents of that ...
Folke1955's user avatar
0 votes
0 answers
62 views

XAF send server side values before client side execute save command

I have problem when press inline save action without leaving last edited cell, application didn't sent callback before saving to take last changes. Steps 1- Open any header record for edit 2- Add new ...
FALSE-X's user avatar
  • 23
0 votes
1 answer
42 views

Unable to bind specific rows to gridview control after selecting them from dataset

I am assigning dataset to gridview datasource property in following manner: if (subCategId == "20") { grdPHPortion.DataSource = _ds.Tables[0]....
Amit Kaushal's user avatar
1 vote
1 answer
60 views

Is there another efficient way to update data to the database inside a gridview?

So what I am doing here is the process of inserting and updating data inside a gridview to the database. I am facing a little bit of problem when it comes to Updating. When I insert data into multiple ...
Syaza Suhaini's user avatar
0 votes
0 answers
35 views

aspxgridview search filter problem 'doesn't contain'

Hi I'm working on an aspx application. In this I have an aspxgridview with filters applied to the gray, these in addition to having a textbox also have a button that allows the selection of the type ...
Vinceenzo's user avatar
0 votes
0 answers
20 views

Pass entire grid row as parameter to another function using Javascript

I have a function on an aspx page that loops through the rows of a grid in Javascript. As I loop through each row, I would like to pass that row as a parameter to another function. Is it possible to ...
bucki90's user avatar
0 votes
0 answers
97 views

Uncaught RangeError: Invalid array length in ASP.NET AJAX - How to Resolve?

I'm facing a tough problem with my ASP.NET web app that uses AJAX. When I press the submit button on my webpage, I'm getting an error that says "Uncaught RangeError: Invalid array length." ...
Snooper_A's user avatar
  • 125
0 votes
1 answer
36 views

Javascript error occurs when trying to click on a gridview row

I have added a click event to the rows of a devexpress gridview on the server-side (VB.net). Protected Sub gvSubNotes_HtmlRowPrepared(sender As Object, e As ASPxGridViewTableRowEventArgs) e.Row....
Carlos Mendieta's user avatar
0 votes
2 answers
53 views

How can I take a column's value in a datatable from onclick event of row button

I want to get a row's column value (and make query operations) from onclick event of row's button. How can ı do this ? When btnAktar is pressed I want to take Meslek column's value in that row. Thank ...
Haluk's user avatar
  • 1
-1 votes
1 answer
86 views

How to take a table row's column to form input field

I have a table of data. First column of table is button; on the button there is a onclick event. One other column is firmName I want to set txtFirm name field of form section the selected row's firm ...
Haluk Öztürk's user avatar

15 30 50 per page
1
2 3 4 5
52