I am uing GWT 2.4.In which i am using a cell table. This is cell table has a column of date time type.This column is editable.I want to set a feature so that on click of the cell some kind of date time picker should open and whatever date and time selected by the user should be updated in the respective cell.
I have used datepicker cell for this but it is only for the date, not for the time. If any body has an idea about how to get date time picker in gwt editable cell table please help me out. Thanks in advance.