ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Scroll horizontal synchrone of 2 grids
Title:
B
I
{code}
?
Is it possible to implement a function in js which allow simultaneously horizontal scroll
Save Changes
Cancel
imen
asked at 22 Apr 2020
Answers
B
I
{code}
?
Yes, you could this for example: $('#DinnersInlineCrudGrid .awe-content').on('scroll', function () { $('#DinnersGrid2 .awe-content').scrollLeft($(this).scrollLeft()); });
Save Changes
Cancel
Omu
answered at 22 Apr 2020
Thank you I will try it
at 24 Apr 2020
imen
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