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 .

There is no built in excell with such functionality - you can use “dhxCalendar” column type - it will provide popup calendar as editor.

dhtmlx.com/docs/products/dhtmlxG … 5156161000

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.