Hi,
In pivot table :
1) Expand
I have a group settings configuration :
groupSettings: [
{ name: 'fecha', type: 'Date', groupInterval: ['Years', 'Months','Days'] }
],
¿ Is there any way to expand intially years and months but not days (with expandAll property all values are expanded) ?
2) Dialog for custom action.
¿ Is there any way to open a custom dialog when the user clicks on grid (or similar) ?
I would like to open a dialog with a datePicker control and a button to do a massive modification of dates.
(Now, a dialog is open with the N rows and it is possible to edit the values one by one).
Thanks in advance !
Jorge