asp.net connector

Hello,



I am trying out the new beta ASP.NET connector. I am wondering how I set a grid column format? Specifically I am looking to set a column to use dhxCalendarA and I am using a web handler to retrieve data from a sql DB.



Thanks,

Jim

The connectors just provides a data for the grid, to config grid you can use normal js API, so just include necessary js files and set col type value for related column as "dhxCalendar"
You can use ItemPrerender event
dhtmlx.com/dhxdocs/doku.php? … mprerender
you can define here , how data from DB need to be formatted before outputting to the client side.