Null check for the calendar

Hi All,

Am using the calender excell in Grid. I need to check the validation. If the date is null, then i need to add validation. But In the UI the calender is empty,but when i get the date it is returning the current date. How do i get the null value from the calendar.

Regards,
Kiran

Hi,

you may validate the grid value:

var value = grid.cells(rowId,columnIndex).getValue();