cell value of excell of type edn

Hi,





I have to perform client side validations based on values entered into grid cells.The cells are of type “edn”. For obtaining value entered in the cell, I am using



mygrid.cells().getValue()



Suppose i entered value “44aa55” in edn cell type, on cell edit function i need to obtain “44aa55” as such.But with “mygrid.cells().getValue()” is giving me only “44”.Can you please help me?





Thanks and regards

Gigi



If you are using edn excell type, any value will be converted to the number.
You can
    a) use ed column type instead
    or
    b) try to use updated version from next tread
        dhtmlx.com/docs/products/kb/inde … bsp;