dhtmlxgrid returm message

Hi,

I want to show the user friendly message after CRUD operations like create,Update etc…

Is there any way to do just that.

For any row/cloumn updated the message should get displayed to the user.

Also let me know if there is any validation for mandatory fields in the grid.





Thanks in advance,

Dilip


To show messages after GRUD operation you can use dhtmlxGrid events. Completely list of them you can find here dhtmlx.com/docs/products/dhtmlxG … codeevents


>>Also let me know if there is any validation for mandatory fields in the grid.


dhtmlxGrid hasn’t such inbuilt functionality. Any validation you can using “onEditCell” or “onTab” event.