Column

QuestionsColumn
Cedric asked 7 years ago

Hello,
I am listing a table from MySQL server fine.
I would like to add an extra column that is filled from another table (containing filenames) and the request is made with the each row id.
The result may contains multiple result and should be displayed like this in the column:
file1|file2|file3….

Thanks
Cedric

1 Answers
Abu Ghufran answered 7 years ago

You can try using group_concat function of mysql query.
If you can build a query that returns same result it can be set in select_command and grid should show it fine.

Your Answer

18 + 10 =

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?