dhtmlXGridObject - dhxCalendarA Unable to get selected date

Hi All,

I’m completely new DHX and getting to know the framework. I’m using dhxCalendarA for date edit but when i try to save the details, I’m not able to get the newly selected date. Can some one please shed some light on what am i missing here ?

column - 1 : dhxCalendarA
column - 2: button to save the date

on click of the button: accessGrpDetailsGrid.getSelectedRowId();

but this is returning the old date.

Really appreciate your help on this.

Hello.

Please, try to use tyhe getValue() to get the value of a cell:

accessGrpDetailsGrid.cellById(row_id,col_ind).getValue();

https://docs.dhtmlx.com/grid__cell_level_api.html#getvalue