Last change
on this file since 24218 was
24218,
checked in by LoisHaggard_STG, 8 months ago
|
HI 3.0 kendo - updated base grid file to allow export to Excel, and updated base chart file also
|
File size:
867 bytes
|
Line | |
---|
1 | { |
---|
2 | "autoBind": false // "read()" will fire the "change" event of the dataSource and the widget will be bound |
---|
3 | ,"columnMenu": true |
---|
4 | ,"filterable": true |
---|
5 | ,"resizable": true |
---|
6 | ,"reorderable": true |
---|
7 | ,"groupable": false |
---|
8 | ,"navigatable": true |
---|
9 | ,"scrollable": false |
---|
10 | ,"selectable": "multiple cell" |
---|
11 | ,"allowCopy": true |
---|
12 | ,"pageable": false |
---|
13 | ,"sortable": |
---|
14 | { |
---|
15 | "allowUnsort": false |
---|
16 | ,"mode": "single" |
---|
17 | } |
---|
18 | ,"theme": "silver" |
---|
19 | |
---|
20 | ,"toolbar": ["excel"] |
---|
21 | ,"excel": |
---|
22 | { |
---|
23 | "fileName": "export.xlsx" |
---|
24 | ,"filterable": true |
---|
25 | } |
---|
26 | ,"pdf": |
---|
27 | { |
---|
28 | "allPages": true |
---|
29 | ,"avoidLinks": true |
---|
30 | ,"paperSize": "A4" |
---|
31 | ,"margin": |
---|
32 | { |
---|
33 | "top": "2cm" |
---|
34 | ,"left": "1cm" |
---|
35 | ,"right": "1cm" |
---|
36 | ,"bottom": "1cm" |
---|
37 | } |
---|
38 | ,"landscape": true |
---|
39 | ,"repeatHeaders": true |
---|
40 | // ,"template": $("#page-template").html() |
---|
41 | ,"scale": 0.8 |
---|
42 | } |
---|
43 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.