Pager And Add icon

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Danny
User
Posts: 139

Pager And Add icon

Post by Danny »

Hi,

At the List page you find:

pager And Add icon.

Page 1 of 10 Records 1 to 5 of 50 +

We want to change: first the + (addrecord), then the ewPager

How to change this?

Regards


vincenthung
User
Posts: 88

Post by vincenthung »

Try to use below code to move the div of "Add" option before the div of "Pager" in "Startup Script"

$(".ewListOtherOptions").prependTo(".ewGridUpperPanel");


Post Reply