Export remote data treeGrid in pdf file

Hello,
I can't export the data from my table to a pdf file

code ts:

this.dataTree = new DataManager( DataMangerOption.getTreeDataManger({},
Compte.ENDPOINT_PLURAL,['code', 'name', 'id', 'level(id)',
'affiliateAccount','budgetLine'],
Compte.ENDPOINT_PLURAL, 'affiliateAccount',{
sort: 'code,asc',
filter: ` (level.project.uid;${Operator.EQUAL};'${id}')`
}),

);

1 Reply

MP Manivannan Padmanaban Syncfusion Team May 15, 2020 09:03 AM UTC

Hi Mamadou, 

Greetings from Syncfusion Support. 

We are unable to reproduce the reported issue at our end. For your convenience we have created the sample, kindly refer to the below link. 

After referred the sample, still facing an issue. Please get back to us with the below details. 
  1. Share the complete Tree Grid code example.
  2. Share the product version detail.
  3. Confirm whether are your receiving any script error Or exception. If yes, please share the stack trace.
  4. If possible, reproduce the issue in the shared sample Or share the issue reproducible sample.

Provided details will help us, to resolve the reported issue as early as possible. 

Regards, 
Manivannan Padmanaban 


Loader.
Up arrow icon