Col in view form

QuestionsCol in view form
riccardo asked 11 years ago

I'd like to know it's possible to hide a column in grid view and if it's possible to show it inhe view form. I try this syntax, but it doesn't work.

col["show"] = array(
"list" : false,
"edit" : true,
"add": true,
"view" : true
);

2 Answers
varun answered 11 years ago

Set column hidden true and editable true. maybe that will help

Abu Ghufran answered 11 years ago

The col["show"] property works with latest build of licensed version.
You can still use varun's solution.

$col["hidden"] = true;
$col["editable"] = true;
$col["editoptions"] = array("edithidden" => true);

Your Answer

15 + 6 =

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?