Changeset 25270 in main


Ignore:
Timestamp:
05/18/22 15:18:29 (13 months ago)
Author:
GarthBraithwaite_STG
Message:

hi content - _BaseGrid.json properties for grid column width control.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • adopters/hi/trunk/src/main/webapps/hhdw-content/json/kendo/_BaseGrid.json

    r24218 r25270  
    44        ,"filterable":  true
    55        ,"resizable":   true
     6        ,"columnResizeHandleWidth":5
    67        ,"reorderable": true
    78        ,"groupable":   false
    89        ,"navigatable": true 
    9         ,"scrollable":  false   
     10
     11        ,"ibis":
     12        {
     13                // If count is this or more then checks size, auto fit, min/max, reduce
     14                // turn off adjusting size set to 0.  turn on for all columns set to 1. 
     15                // Turn on for only big grids set to 5.
     16                "columnCountAdjustSize": 5             
     17                ,"minColumnSize": 100
     18                ,"maxColumnSize": 300
     19                ,"reduceColumnQualifierSize": 300
     20                ,"reduceColumnSizeMultiplier": 0.33
     21                ,"addExpandButton": false                               // only shown if total col size > container size.
     22                ,"expandContainerClass": "WideOverflow" // if set and if needs expansion then added.
     23                ,"forceGridTotalColumnsSize": false             // sets the grid size based on the columns widths.
     24        }
     25
    1026        ,"selectable":  "multiple cell"
    1127        ,"allowCopy":   true
    12         ,"pageable":    false 
    13         ,"sortable":   
     28        ,"sortable": 
    1429        {
    1530                "allowUnsort": false
     
    1732        }
    1833        ,"theme": "silver"
    19 
    20         ,"toolbar": ["excel"]
     34        ,"toolbar":
     35        [
     36                {name: "excel"}
     37        ]
    2138        ,"excel":
    2239        {
     
    3855                ,"landscape":   true
    3956                ,"repeatHeaders": true
    40 //              ,"template": $("#page-template").html()
    4157                ,"scale":               0.8
    4258        }
Note: See TracChangeset for help on using the changeset viewer.