Type | Names | Description | Default | Access |
---|---|---|---|---|
boolean | $export | Globally Enable/Disable export to Excel, Pdf, Csv | true | public |
string | $exportfile | The default file name for export to excel | exportdata.xml | public |
string | $pdffile | The export to file to PDF | exportdata.pdf | public |
string | $csvfile | The export to file to CSV | exportdata.csv | public |
string | $csvsep | Separator for CSV export | ';' | public |
string | $csvsepreplace | CSV string to replavce separator when available in data | ' ' | public |
boolean | $navigator | Enable/Disable a navigator buttons on the pager element | true | public |
boolean | $toolbarfilter | Enable/Disable toolbar searching | true | public |
boolean | $sharedEditOptions | If set to true, put the form edit options as grid option so they can be used from other places | false | public |
boolean | $sharedAddOptions | If set to true, put the form add options as grid option so they can be used from other places | false | public |
boolean | $sharedDelOptions | If set to true, put the form edit options as grid option so they can be used from other places | false | public |
boolean | $inlineNav | If set to true, add the inline navigator buttons for inline editing | false | public |