dhxCalendarA isn't working without dhxCalendar

Hi,
In grid are 3 date type columns . At first I was using dhxCalendar type . All worked fine . Customer asked possibility to enter date manually . I changed to dhxCalendarA types . It seems that css isn’t working - problem in attached picture . All calendar window like dissapered …

If direct for the first date column dhxCalendar type , the others columns with dhxCalendarA are working fine .

Tried attach dhtmlxcalendar.css and .js . The same .

How to solve this problem ?

Suite Pro 3.5 version …

Unfortunately the issue cannot be reconstructed locally.
Please, provide a complete demo, where the issue can be reproduced.

OK , I did sample …

In a sample date columns are dhxCalendarA type . The problem described above .
If to change for the 1-st column instead dhxCalendarA dhxCalendar - then second date column is working fine .
sample.zip (1.37 KB)

Unfortunately the issue cannot be reconstructed in your demo. Please, have a look at the attached screenshot:


Please, open ticket at support.dhtmlx.com and provide a complete demo so we can provide you fixed versions of js files.

Strange that all date values in your image are empty … I leaved question in support . Thanks


The working demo was provided to you.

Strange that all date values in your image are empty …

Please, check your date format:
mygrid.setDateFormat( “%Y.%m.%d” );
And the format of date in your xml:
05/01/1998
05/01/1998

here is the tutorial about date format:
docs.dhtmlx.com/doku.php?id=dhtm … ate_values

Sematik,

Excuse , that was mine mistake . I found the reason of that problem . I copied css file to new location and didn’t replaced paths for png files .

With best regards and thanks ! :slight_smile: