ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Add header bar in grid
Title:
B
I
{code}
?
How to add header between he group bar and the grid Header it could have the reload icon, create button, print button, etc.
Save Changes
Cancel
Arash Ansari
asked at 06 Apr 2023
Answers
B
I
{code}
?
you could do that using custom js, example: <div id="Grid1Toolbar" style="border-bottom: 1px solid gainsboro;"> toolbar content </div> <script> $(function(){ $('#Grid1').one('aweload', function(){ $(this).find('.awe-header:first').before($('#Grid1Toolbar')); }) }); </script> @(Html.Awe().Grid("Grid1")...
Save Changes
Cancel
Omu
answered at 06 Apr 2023
Thank you! You have done me a favor
at 07 Apr 2023
Arash Ansari
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