ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How do only single choose for Nested grids
Title:
B
I
{code}
?
from http://demo.aspnetawesome.com/GridNestingDemo#In-nest-editing-grid I 'd like to have only nest grid in one time when click new for open nest grid I want to close former open nest grid
Save Changes
Cancel
nutfergie
asked at 23 Nov 2017
that's how it is working right now, in the link that you posted
at 23 Nov 2017
Omu
I mean 1. I click row A for open nest grid A 2. I click row B for open nest grid B and close nest grid A auto
at 23 Nov 2017
nutfergie
yes, that's how the grid with in nest editing works
at 23 Nov 2017
Omu
I mean in section Nested grids / Hierarchy
at 23 Nov 2017
nutfergie
there is no feature to close all other nests when opening one atm, but we'll add this for the next release
at 23 Nov 2017
Omu
$("#ProjectsGrid").on("click", ".detailbtn", function (e) { if (e.originalEvent !== undefined) { //human click var other = $("#ProjectsGrid").find(".detailbtn.awe-on").not(this); other.trigger("click"); } }); Thx now i solve with above code
at 24 Nov 2017
nutfergie
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK