ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
In Grid first row to be selected
Title:
B
I
{code}
?
Hello In Grid When the Load event ends, I want the first row to be selected if it exists. Because when using Cascading, the grid ( second Grid )is not refreshed. guide me
Save Changes
Cancel
Arash Ansari
asked at 01 Mar 2024
Answers
B
I
{code}
?
You can use a script like this; let g = $('#CategoriesGrid'); g.on('aweload', function(){ g.find('.awe-row').first().addClass('awe-selected'); }); If you run it on document ready, put it before the grid declaration
Save Changes
Cancel
Omu
answered at 01 Mar 2024
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