Categories | Question details Back To List | ||
Hide row selection Hi.. While evaluating the dhmlGrid, I have a few questions. 1. after inserting a row, that row that was inserted does not take on the normal color of the grid. It stays highlighted. Is it possible to remove hight lightening of row? 2. why the comboboxes in th egrid have a dropdown arrow? Thanks, Biju Answer posted by Support on Dec 15, 2008 01:49 >>1. after inserting a row, that row that was inserted does not take on the normal color Most probably caused by used ID of new row. Please be sure that - it not equal to 0 - it is unique ( most simple approach is to use grid.uid() to generate unique IDs ) >>2. why the comboboxes in th egrid have a dropdown arrow? If you mean case, whend dhtmlxcombo used inside grid - it folllows normal logic of dhtmlxcombo ( if nothing else defined, grid will use path to grid's image folder, for created combos ) Answer posted on Dec 15, 2008 03:47 >>> If you mean case, whend dhtmlxcombo used inside grid - it folllows normal logic of dhtmlxcombo ( if nothing else defined, grid will use path to grid's image folder, for created combos ) <<< Does it mean that we have got to buy dhtmlxcombo to have this feature? I am evaluating dhtmlxGrid professional version. Thanks, Biju Answer posted by Support on Dec 15, 2008 04:59 You can use co|coro column types , which are can be used for some purpose, but they have slight visual difference with combo. You can use standard version of dhtmlxcombo with pro edition of dhtmlxgrid ( if you don't mind GPL license of combo ) The difference between co and combo column types is ability to load data dynamically in case of combo excell and slightly different visual design. In any case cell will not have dropdown icon while it not in edit mode. |