Using javascript client side script to fetch data from DB

Is it possible to fetch event data from sqlserver express 2012 table? If so, what is the right way to insert the data into scheduler control for display?

Hello,
the scheduler consumes JSON data, at this level there is no difference from which source it comes from.
The data must be obtained from the database with a server code and returned to the client in a correct format.

If you use a dhtmlxScheduler .NET helpers for rendering the data, you can check the details here
scheduler-net.com/docs/loading-data.html

If you generate the data manually, you can see the sample of JSON here
docs.dhtmlx.com/scheduler/data_formats.html

In order to trigger ajax loading from the client-side, you can use this method
docs.dhtmlx.com/scheduler/api__s … _load.html