Categories | Question details Back To List | ||
#select_filter number formatting I am using #select_filter versus #numeric_filter to filter a numeric column. The values appear correctly in #select_filter but with no number formatting. 15,000.00 appears as 15000 Is it possible to apply number formatting to #select_filter? Answer posted by dhxSupport on Jun 16, 2009 04:13 Unfortunately it's impossible to do. #select_filter collect values based on the cell's getValue() method which returns not formated value. You can implement custom <select> filter in the header and populate it with necessary option. Please see more information here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Data_filtering_search.html#grid_fsing |