BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Tuvshintugs,
Thanks for using Syncfusion Products.
We can load the database from the model to view via controller and we can track down the data from the view to model as input data through controller with the help of ActionComplete client side event.
Please refer the attached document for more details.
We have also
prepared a sample based on this and please find the sample in the following attachment
Please
let us know if you require further assistance on this.
Regards,
John. R
Hi Pankaj,
For your kind information, we have added an additional type for the event argument ‘args.requestType’ as ‘recordUpdate’ for the ‘actionComplete’ client side event, in our volume1 main release. This type will be fired to all the changes made to either chart view or grid view. This requestType will call to each time while updating the particular task as well as its dependent tasks. Please refer the below code snippet for details.
<script type="text/javascript"> // To update the database through dialog editing or tool bar editing function ActionComplete(args) { // To update the database during Outdent,editing,indent,predecessor update operation if (args.requestType === 'recordUpdate') { //... } } |
This args.requestType === 'recordUpdate' will be fired whenever the actions made to data like indent, outdent, editing, and the predecessor update operations.
We have also prepared a sample based on this and you can find the sample under the following location.
Sample: http://www.syncfusion.com/downloads/support/forum/117764/ze/DataBaseUpdate996884826
Please let us know if you need further assistance on this.
Regards,
Mahalakshmi K.
Hi Pankaj,
Apologize for the delay.
We have referred the screen shots provided by you in your last update. For your kind information, we have to add the necessary assembly files EJ and EJ.MVC from the essential studio installed location before attempt to render the Gantt control. We can get the above mentioned assembly files from the following location,
EJ: “C:\Program Files (x86)\Syncfusion\Essential Studio\13.1.0.30\Assemblies\4.0 “ and
EJ.MVC: “C:\Program Files (x86)\Syncfusion\Essential Studio\13.1.0.30\Assemblies\MVC”.
We have also prepared a new sample in the Visual Studio 2013 and 4.5.1 framework.
Sample: http://www.syncfusion.com/downloads/support/forum/119415/ze/MVC5Gantt1507325683
Please let us know if you need further assistance on this.
Regards,
Mahalakshmi K.