export subgrid

Questionsexport subgrid
Maria Boiciuc asked 6 years ago

how can I export the content of a subgrid? I am having trouble even putting the export icon in the footer of the subgrid.

I can export just the main level.

my code is something like this

$dg1 = new C_DataGrid('….');
$dg1 -> enable_export('EXCEL');
$dg2 = new C_DataGrid('…');
$dg2 -> enable_export('EXCEL');
$dg1 -> set_subgrid($dg2, 'Idx');
$dg1 -> display();

thank you,
Maria

1 Answers
Abu Ghufran answered 6 years ago

Hello,

We do not support this api.
Please visit http://www.phpgrid.com for help.

Your Answer

5 + 18 =

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?