Categories | Question details Back To List | ||
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 Answer posted by Stanislav on Jul 05, 2008 05:48 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 http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=3828&ssr=yes&s=edn |