Position the showhidecolumns

QuestionsPosition the showhidecolumns
Stephen asked 4 years ago

I need to position the showhidecolumns  and other modal notifications to the top of the screen instead of center, as I have a lot of records on screen and do not want the user to have to scroll down.

I used:

$grid[“form”][“position”] = “all”;

And that works for ad, edit, search, however notifications and column selector are still centred…

Can you help?

1 Answers
Abu Ghufran Staff answered 4 years ago

Instead of above, you can have this JS code that will reset dialog centering function.

jQuery.fn.abscenter = function () {};
jQuery.fn.fixedcenter = function () {};

It should remove the center positioning logic all together and make all dialogs on left-top.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Abu Ghufran Staff replied 4 years ago

You can put it in an script tag before body closing tag.

Your Answer

17 + 13 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?