I have a grid control with webdatechooser in a cell.
WHen the user double clicks on the cell the calender control pops up ok.
However there are two sets of dates in the cell, the original one plus the one the calander control puts in.
How should I handle this? should I clear out the data in the cell when the user dbl clicks in it?
Ahh. I found my own solution...
Added a background color to the editincontrol of the datechooser...
works fine now.