ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How to make the reload button bigger in awesome .net grid?
Title:
B
I
{code}
?
We need to make the reload icon bigger. How can we accomplish that? Here is a snippet of the code for the grid: <div class="col-md-12" style="margin-top:10px;"> @*table content*@ @(Html.Awe().Grid(grid) .Height(550) .PageSize(100) .Groupable(false) .Reorderable() .Resizable() .DataFunc("loadPOCGrid") .Mod(o => o.Main() .FilterRow(keyupsel: ".awe-txt") // Person textbox has .awe-txt css class .Custom("persistFilter")) .Columns( new Column
Save Changes
Cancel
riya
asked 4 days ago
Answers
B
I
{code}
?
you could do that with css (assuming you're using the latest version), for example like this: .awe-reload-ico { zoom: 1.5; }
Save Changes
Cancel
Omu
answered 4 days ago
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