Hello,
I think there’s a bug in the customValue.
I am using it like this:
editoptions:{
custom_element: JQGCE_dxDateBox,
custom_value: JQGCV_dxDateBox,
function JQGCV_dxDateBox(elem, operation, value){
console.log(elem);
And then I click an existing row, and click edit.
elem is alway empty, operation=’set’ and value is the value.
My problem is elem, why is it empty?
thank you
p.s. I’m using guriddo 5.6.0
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top