Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2b4708b
docs(grid): document pdf export
ntacheva Jan 7, 2025
1f63941
chore(grid): updated export articles
ntacheva Jan 10, 2025
8bff13d
chore(Grid): update pdf export article and examples
ntacheva Jan 14, 2025
c4e5888
chore(grid): update export events
ntacheva Jan 14, 2025
0693df0
chore(grid): final updates
ntacheva Jan 14, 2025
8c2a1bb
Merge branch 'master' into document-pdf-export
ntacheva Jan 14, 2025
4dcc00d
chore(grid): final
ntacheva Jan 14, 2025
d124154
Update components/grid/export/csv.md
ntacheva Jan 27, 2025
891526f
Update components/grid/export/csv.md
ntacheva Jan 27, 2025
6666346
Update components/grid/export/events.md
ntacheva Jan 27, 2025
060ef54
Update components/grid/export/excel.md
ntacheva Jan 27, 2025
1f01e33
Update components/grid/export/pdf.md
ntacheva Jan 27, 2025
2b49f77
Update components/grid/export/pdf.md
ntacheva Jan 27, 2025
8aa616f
Update components/grid/export/pdf.md
ntacheva Jan 27, 2025
56bdcec
Update components/grid/export/excel.md
ntacheva Jan 27, 2025
0a25374
Update components/grid/export/pdf.md
ntacheva Jan 27, 2025
6f1eb00
Update components/grid/export/pdf.md
ntacheva Jan 27, 2025
822019c
Update components/grid/export/pdf.md
ntacheva Jan 27, 2025
3e964d0
Update components/grid/export/pdf.md
ntacheva Jan 27, 2025
710e906
Update components/grid/export/pdf.md
ntacheva Jan 27, 2025
803d997
Update components/grid/export/pdf.md
ntacheva Jan 27, 2025
32dbc68
Update components/grid/export/pdf.md
ntacheva Jan 27, 2025
68ca24e
Update components/grid/export/pdf.md
ntacheva Jan 29, 2025
1fd3daa
chore(Grid): address feedback
ntacheva Jan 29, 2025
6b0cc76
Merge branch 'master' into document-pdf-export
ntacheva Jan 29, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update components/grid/export/pdf.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <koevska@progress.com>
  • Loading branch information
ntacheva and ikoevska authored Jan 27, 2025
commit 0a253746adc4234951a1b1d82d227e173f923fbf
2 changes: 1 addition & 1 deletion components/grid/export/pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ position: 1

# PDF Export

You can export the Grid to PDF with a click of a button. The current filter, sort, page, grouping, column order and column size are applied to the exported PDF document.
You can export the Grid to PDF with the click of a button. The current filter, sort, page, grouping, column order, and column size are applied to the exported PDF document.

When you click the Export button, your browser will receive the resulting file.

Expand Down