Hi Urvik,
Query | Response | |
Say I have a sfdatagrid with checkbox column and I want to export data rows to PDF but only the data rows which checkbox column data are checked then how can I achieve this??
| We have provided the workaround for your requirement for DataGrid Exporting PDF only for the row which has the check box enabled can be achieved by the following code snippet.
We have prepared the sample based on your requirement. Please find it in the attachment. | |
Adding page-count in footer of pdf pages not working.
| We are currently checking your reported issue with provided information and we need two more business days to validate this. We will update you with further details on May 03, 2023. | |
Margin editing in pdf pages not working.
| We are currently checking your reported issue with provided information and we need two more business days to validate this. We will update you with further details on May 03, 2023. |
Can you provide me following code in VB.Net Winforms???
I am facing some difficulties converting the code to VB.NET Winforms..
Also in the code you wrote a viewModel and added rows to collection.
Can you give me a simple example of it please? I have a datatable as datasource to the sfdatagrid.
Isn't there any simple way to do this?
Thanks
Urvik,
Please find the response to your queries below,
Queries |
Response |
|
Can you provide me following code in VB.Net Winforms??? I am facing some difficulties converting the code to VB.NET Winforms.. Also in the code you wrote a viewModel and added rows to collection. Can you give me a simple example of it please? I have a datatable as datasource to the sfdatagrid. Isn't there any simple way to do this?
|
Here, we have prepared the demo with the data table with VB as you requested, please have a look at this. |
|
|
You can achieve your requirement to “Add page numbers in the header or footer of the exported PDF document” by using the dynamic fields: PdfPageNumberField and PdfCompositeField as shown below,
|
|
Margin editing in pdf pages not working.
|
Your requirement to “Setting the margin to the exported PDF” will be achievable by using the below code snippet,
|
If this post is helpful, please consider Accepting it as the solution so that other members can locate it more quickly.