Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by dilip on Mar 17, 2009 21:45
open dhtmlx forum
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
Answer posted by dhxSupport on Mar 18, 2009 02:37

To show messages after GRUD operation you can use dhtmlxGrid events. Completely list of them you can find here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/events.html#grid_api_ev

http://dhtmlx.com/docs/products/dhtmlxGrid/doc/guide.html#grid_handlers

http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Cust_code_in_events.html#grid_attccodeevents

>>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.