Categories | Question details Back To List | ||
Empty validation for entire grid Hi, I want to check the empty validation for entire tree grid using dhtmx before serialize. Please help me. Thanks & Regards, P.Subathra Answer posted by dhxSupport on Sep 07, 2009 03:04 Please check this article http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:validation Answer posted by Subathra on Sep 07, 2009 04:02 I want to do this validation when submitting the form. Default cell value is empty and sometimes only we edit the cell. So we can't do it in event handler. Is there anyother Componenet? Answer posted by dhxSupport on Sep 07, 2009 07:04 If you are using form submitting you can manually check necessary cell in grid and deny or allow submitting. Answer posted by Subathra on Sep 07, 2009 21:43 Hi, Please tell me, shall i use findCell() method for finding the empty field of each and every cell? otherwise let me know about the empty cell default value. Thanks & Regards, P.Subathra |