Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jim Lesinski on Sep 08, 2009 08:54
open dhtmlx forum
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
Answer posted by Support on Sep 08, 2009 09:00
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 
          http://www.dhtmlx.com/dhxdocs/doku.php?id=dhtmlxconnectornet:event_itemprerender
you can define here , how data from DB need to be formatted before outputting to the client side.