Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by santhosh on Mar 10, 2008 05:53
open dhtmlx forum
dhtml grid + caledar

I have grid , how i can set one column of the grid as calendar image ,when click on the image calendar pop ,and pick one value to the cell .
Answer posted by Support on Mar 10, 2008 06:21
There is no built in excell with such functionality - you can use "dhxCalendar" column type - it will provide popup calendar as editor.

http://dhtmlx.com/docs/products/dhtmlxGrid/samples/cell_types/calendar_grid.html?un=1205156161000

But if you need exact functionality, with clickable image, you may just set image with onclick event as value of the cell and show any external calendar component on image click.