Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by block on Jul 06, 2009 00:36
open dhtmlx forum
Clearing date in the grid calandar object

Hi Gang.

I have the pro components, and I have a grid where I have attached a calendar to on of the fields.

<column type="dhxCalendar" sort="date" width="100" id="lead:FollowUpDate">Follow Up</column>

How do I set up the grid so the user can clear the date field?

Regards
Answer posted by dhxSupport on Jul 06, 2009 00:57
Unfortunately there no such inbuld functionality. You can clear dhxCalendar cell only via mygrid.cellById(rowId,cellIndex).setValue("");
Answer posted by block on Jul 06, 2009 05:50

I did get part of the way by useing the dhxCalendarA

But the "c" button refered to in other posts would be nice.

Regards

Answer posted by dhxSupport on Jul 06, 2009 08:02
Thank you for your notes. We will consider adding that feature to future release