Query |
Response | |
Is there any way to set some colums as read only ( the user should modify date and amount alone). |
We would like to inform that the requirement can be achieved by `drillthrough` event. Kindly check the below sample, UG and code example for your reference.
Code Example:
| |
I have the following group settings :
groupSettings: [{ name: 'fecha', type: 'Date',
groupInterval: ['Months', 'Days'] } ],
But when the user modifies the date (days) the month is not modified. Is there any way to "refresh" the value of the month if the user modifies the day (for the year is the same) ?. |
We are checking on the reported issue at our end. We will update you the further details in two business days(28 April 2021). |
Query |
Response | |
I have the following group settings :
groupSettings: [{ name: 'fecha', type: 'Date',
groupInterval: ['Months', 'Days'] } ],
But when the user modifies the date (days) the month is not modified. Is there any way to "refresh" the value of the month if the user modifies the day (for the year is the same) ?. |
The fields “Months” and “Days” work independently even though that are created from a common field “Date” by group settings option. So, editing one of the field doesn’t affect another.
But, it can be achieved by sample level by an event “editComplete”. Kindly refer the below code example and sample to frame your own logic.
Code Example:
|