Insert custom data to a column along with others

QuestionsInsert custom data to a column along with others
hamid asked 10 years ago

HI,
I want to add custom text along with other data that is added by data grid.
For example I have a tabled called 'Categories' .When I click new row ,I want to add a custom string for a column in that table that i'm not displaying.

How can I do so ?

Thanks

1 Answers
Abu Ghufran answered 10 years ago

You can set it hidden in listing and editable in add/edit dialog.

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

Your Answer

14 + 2 =

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?