ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How can I use a Graphic icon on the Inline Grid Cancel button
Title:
B
I
{code}
?
How can I use a font awesome Graphic icon on the Inline Grid Cancel button, so that the button shows the icon on the button instead of the Text (i.e. "Cancel") My code is the standard code for your samples: new Column { ClientFormat = Html.InlineDeleteFormatForGrid(grid)
Save Changes
Cancel
Clifton Nurse
asked at 09 Aug 2024
Answers
B
I
{code}
?
You could try this: Html.InlineDeleteFormatForGrid(grid, cancelText: "<i class='fa-solid fa-hippo'></i>")) The GridUtils html helpers are copied from the demo project, so you can actually modify them, or add you own methods that will use this cancel button
Save Changes
Cancel
Omu
answered at 09 Aug 2024
You have given me the success I needed once again. I was also able to modify some of the GridUtils Helper code. THANK YOU.
at 10 Aug 2024
Clifton Nurse
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