Show cool things you have done with our products


Post by gopi »

Hi

We have bought the licence for Bryntum Ext Gantt + Ext Scheduler on 28/06/2013.
We are using this for ASP.NET with SQL Server, so would you please provide few more examples on Ext Gantt(Basic & Advance), as the provided demo doesn’t allow us to save or update.

Thanks & Best Regards
Gopi Krishna

Post by mats »

The server side examples in the repo shows how to do save/load for PHP, Java and ASP.NET. What doesn't work for you? Did you try the samples in this forum?

Post by gopi »

Thanks Mats for your reply.

1. I have downloaded the gantt-2.2.5.zip from customerzone, and tried executing the example from "examples\ASP.NET demo\Ext Gantt CRUD Demo", where I could able to see the Gantt chart data, but am unable to save/modify the data. Am I missing anything else? I haven't tried any from forums yet.

2. I am expecting an up & running examples for Ext Gantt(Basic & Advance) in ASP.NET(VS 2010) with SQL Server(2008), we have chosen Bryntum to cut down our time in spending much time to build a Gantt Control on our own. So, would you please provide me examples which are working with the requirement specified, preferably for Advance Gantt.

Thanks
Gopi Krishna

Post by mats »

There is no ready made server side example mirroring the Advanced sample (we're going to add ready mady server side sample later this fall). Keep in mind, we only provide the JavaScript layer (JS + CSS) and basic examples showing you how to get started. Knowing how to integrate the backend is still the responsibility of the implementer as we don't know all backends out there, and lots of custom code will exist there too. Here's what you need to know to do the integration:

1. Basic web developer skills, HTML/CSS/JS
2. Using Ajax to call a webservice or Controller in an ASP.NET MVC solution
3. Receiving and sending out JSON from your server side hook.

Learning the Ext.data.Store + Ext.data.TreeStore classes is crucial. For example, to save your tasks - call sync on the taskStore. https://docs.sencha.com/ext-js/4-1/#!/ap ... ethod-sync

Guides here: https://docs.sencha.com/extjs/4.1.3/#!/guide/tree

https://docs.sencha.com/extjs/4.1.3/#!/a ... data.Store

Post Reply