not null validation on save operaton

Hi All,

I want to check the modified row’s cells is blank or not when user click on save icon.
please suggest me if any api method is responsible to check the validation before the save operation.

Below method is responsible to save the data.
function f_update(){
lazyGrid.editStop();
if(lazyGridDP.updatedRows.length>0) {
lazyGridDP.sendData();
} else {
alert(‘Nothing to Save…’);
}
}

Thanks & Regards,
Abhi

Hi All,

please suggest me to solve the above problem.

Thanks & Regards,
Abhi

Try to user validation by events:
docs.dhtmlx.com/doku.php?id=dhtm … _by_events