Disable Add Button

QuestionsDisable Add Button
gianluca asked 4 years ago

Hi Abu,

I need to hide “Add Button” in my grid but I need to perform JS data post in the same grid, so I can’t set_actions add=false.

Is it possible?

Thanks!

1 Answers
Abu Ghufran Staff answered 4 years ago

Hello,

You can remove add button via CSS code.


#add_list1 { display:none; }

where list1 is your grid id.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

1 + 3 =

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?