Actions column hide because column Update editype = file

QuestionsActions column hide because column Update editype = file
Sunil asked 9 years ago

Hi,

I trying to implement the file upload from the grid, when I add the edittype = file
my action column disappears below are the image links with and without the edittype

Without: http://postimg.org/image/4zc7cd2vf/

With: http://postimg.org/image/yp1snkqr7/

and in the demo there is no action column – demos/editing/file-upload.php

Please help need this quick.

Here is the code

$col = array();
$col["title"] = "Upload files";
$col["name"] = "upload";
$col["width"] = "20";
$col["editable"] = true;
$col["edittype"] = "file";
$col["upload_dir"] = "temp";
$col["show"] = array("list"=>true,"edit"=>true,"add"=>true);
$cols[] = $col;

$upload_url = explode("/",$_SERVER["REQUEST_URI"]);
array_pop($upload_url);
$upload_url = implode("/",$upload_url)."/";

3 Answers
Abu Ghufran answered 9 years ago

Hello,

Perhaps, latest build is required. This issue was fixed time ago.
Please email me your order no to get update.

JOEL GOMES answered 9 years ago

Hello
I have the same issue, and i cant update link of a uploaded file

Abu Ghufran answered 9 years ago

Just emailed you latest build

Your Answer

3 + 4 =

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?