Grid ,checkbox

hi All

i have a dhtmlxgrid with checkboxes ,dates ,dropdowns and text values in it

for some reason when the value of the checkbox is False with Capital ‘F’,it marks it like true (the checkbox is checked)

and when it is false it works normal,

even the value from the sql database comes like 0 ,1 data

so i don’t know if i miss something or i have to change the False to 0 or false manaually?



i have one more issue ,when i use dataproccessor to save data dynamically after saving it ,it gives me a js error

called null or not an object. and i couldn’t solve it ,i think it needs some delay to load the page becuase when i used dataprocessor_debug.js it works fine.what do you think?





thank you very much ,i appreciate your help.


>>so i don’t know if i miss something or i have to change the False to 0 or false manaually


For “ch” and “ra” eXcell types only number “0” is mean false. All other symbols and numbers are mean “true”


>>i have one more issue ,when i use dataproccessor to save data dynamically after saving it ,it gives me a js error
called null or not an object. and i couldn’t solve it ,i think it needs some delay to load the page becuase when i used dataprocessor_debug.js it works fine.what do you think



Plese provide to the support@dhtmlx.com sample where this issue occurs.