dateformater - mask

Hi,

I’m tring to mask the cells inside my grid that contains date data,
the formmater does not mask the entered data dynamically (only after exting the cell),
my question is how can i mask a cell to be in a date format like(dd/mm/yyyy) , and while the user types the numbers the “/” appears in the right place dynamically.

Please advice,

Thanks.

my question is how can i mask a cell to be in a date format like(dd/mm/yyyy) , and while the user types the numbers the “/” appears in the right place dynamically.

You can implement custom eXcell type and catch ‘‘onkeypressed’’ event.

Tutorial is available here docs.dhtmlx.com/doku.php?id=dhtm … creation&s[]=custom&s[]=excell