Show hide text box in pop up add phpgrid

QuestionsShow hide text box in pop up add phpgrid
Daniel G asked 8 years ago

how to make a show hide text box on a pop up add certain conditions eg using the dropdown in phpgrid ..? thanks

4 Answers
Daniel G answered 8 years ago

So how to make default textbox is hide and can be changed by condition ..
thanks Abu

Abu Ghufran answered 8 years ago

Set following column option:
$col["show"]["edit"] = false;

It will make it default hidden on edit dialog.
Same applies for "add", "view" dialog and "list" mode.

Daniel G answered 8 years ago

Thanks Abu

Your Answer

9 + 5 =

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?