Questions tagged [nested-gridview]
14 questions
14
votes
2 answers
Retrieve value from DropDownList in nested GridView on RowCommand
I have a nested GridView(GvMP_Summary_Items). Each row contains a DropDownList. The DropDownList is bounded on the RowDataBound event of the nested GridView.
Each row also contains 1 Button. Upon pressing this button on the RowCommand event, I…

PringlePCS
- 141
- 4
1
vote
1 answer
Nested GridViews in ASP.Net using C# problem with change page
I am trying to open my nested gridview for a single Parent Row and gets correctly open with one single record of the child row.
The paging of the rows is provided in the main gridview.
My problem is the page change, when I try change page I have…
user3368883
0
votes
2 answers
How to Find the Inner Gridview in a nested GridView via external button click event?
I have an issue with nested Gridview!
I have two Girdviews with the ID - GridView1(Parent Gridview) and GV2(Child Gridview)
I have a Asp:Button with the ID - btnedit(Event = OnClick())
Qs: how to access GV2 in btnedit_Onclick event?
I have attached…

Jeevan ebi
- 105
- 12
0
votes
1 answer
Dropdownlist value returns 0 when accesing it from nested gridview on button click in asp.net
So the problem is that, that I have a nested gridview and in childgrid I have a dropdownlist and textboxes. I want to save the values of Dropdownlist and textboxes on button click, so I have tried foreach loop and for loop to access the values of…

Syed Emmad Zia
- 5
- 3
0
votes
1 answer
Ag-grid Master/Detail grid Independent pagination at Master and Detail
if number of rows of detail grid are more, it is tedious to scroll through all rows,
Is it possible to add pagination at Master and Detail independently?
I have gone through the below link of ag-grid documentation but did not find a way or mention…

Rammohan arabiri
- 63
- 1
- 5
0
votes
1 answer
Value of HiddenField Duplicated when called from Nested Gridvew Row Editing
Problem: I'm trying to get a value from a HiddenField object and set it to a string. A value of "foo" is being returned as "foo, foo".
Details:
I have a Nested Gridview, and I'm trying to make the child Gridview editable. I have a method…

kirsten.madina
- 25
- 1
- 8
0
votes
1 answer
How to get value in drop down-list from parent Grid-view when Click Edit on child grid-view?
I have nested grid-view. In Parent grid View when I Click to Expand the gridview the child gridview shows the related data. But when I click to Edit Child grid view The values go to textbox outside the gridview but not in dropdown list.
I have tried…

Ghost
- 213
- 1
- 2
- 10
0
votes
1 answer
Nested Gridview, Grand Parent, Parent ,Child
help me with this, i want to show the sum of child row balance on parent row balance column and sum of parent row on balance on grand parent row balance column,
Problem is when i use foreach loop for getting the balance it duplicating the balance,on…

The_Programmer92
- 79
- 10
0
votes
1 answer
Nested Gridview Showing Same Data on every row DataBound & downloading a file within Child Gridview
i have a parent and a child GridView.
The Child gridview is populated by a value stored in parent DataSet Table.
child Gridview with Same Data
i need my Rows to fetch data according to the ReportCode.
Here is my code:-
protected void…

Ashish Sharma
- 11
- 3
0
votes
0 answers
Add row in a nested gridview
I am working with this code and trying to implement a add row feature using footertemplate, but nothing in the footer row is showing. Because the gridview is nested and a panel is used for layout, I don't know how to get the footertemplate content…

SANM2009
- 1,918
- 2
- 12
- 30
0
votes
1 answer
How to detect expand event of second level subgrid of a multi layered ui-grid
I am implementing multilevel ui-grid with angular 1.x and am new to ui-grid. My grid looks like : Grid A (expandable main grid) -> Grid B (expandable subgrid for A) -> Grid C (non-expandable subgrid for B).
The issue is that I am unable to detect…

Jyo
- 3
- 3
0
votes
1 answer
Asp GridView not updating
I am using a nested GridView. When I click edit, the items appear for editing in a texbox but the new values are not reflecting in the rowupdating. I tried inspecting it through browser also and even then it is fetching old values.

Devendra Singh
- 157
- 3
- 5
- 18
0
votes
1 answer
Edit on child gridview collapse the expansion
I have a parent grid GVInvoiceDet. CRUD operation on this grid is working fine. In each row of the parent, I have child grid GVTaxDetails which opens on click of image ie expand/collapse feature.
I am looking for CRUD within child grid also. But…

Devendra Singh
- 157
- 3
- 5
- 18
0
votes
1 answer
Displays file icons in asp.net on GridView
I can't to display file icons according to file extensions in asp.net GridView.
The structure of GridView is nested
The tutorial is Displays file icons in asp.net
The error is :
Object reference not set to an instance of an object
In this line of…

Antonio Mailtraq
- 1,397
- 5
- 34
- 82