Categories | Question details Back To List | ||||||||
dhtmlxcombo & grid 1.5 I have a grid control(1.5) with a type="combo" column(dhtmlxcombo) that has a list of 300 values (aprox). When users click in this column, it takes to long to display the combo. Is it possible to optimize the displaying time? This grid has a dataprocessor defined, is it posible to send the value to the server instead of text? Answer posted by Support on Jul 31, 2008 02:12 >>Is it possible to optimize the displaying time? You can use combo in "autocomplete mode", in such case it will need to load only part of data. http://dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_combo.html?un=1217496714000 >>is it posible to send the value to the server instead of text? The problem fixed in latest version, you can try to use attached js file Beware that it use sligtly different configuration format http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Combo_excell.html#grid_art_comboexcell Attachments (1)
|