Categories | Question details Back To List | ||
setNumberFormat I want to use setNumberFormat(). But, I've got the error "Object doesn't support this property or method". I downloaded the file dhtmlxSuite_2008Rel3_pro_81009.zip from dhtmlx support mail . (in other words, I have pro version.) And,if I use this function, does it affect to number sorting function? The sorting should be base on number. I wonder the data will be string type after using setNumberFormat(). (formatting eg. 2,303,330). Thanks! Answer posted by dhxSupport on Mar 30, 2009 05:10 Such error may occur if you haven't attach necessary file. setNumberFormat() method require dhtmlxgrid.js file. So if you have initialized grid and it displays on the page method should work without error. Please check if any errors occurs if you do not use this method. >>And,if I use this function, does it affect to number sorting function? This method doesn't affect on the number sorting function. Please note, to use this method your cell's should be "ron" or "edn" format. |