Hello.
Plz, let me know about fellow things. Thank you.
First of all, how can I display text bottom of button on my toolbar?
Second, how can I hide head of grid on DHTMLXGrid?
and, is it possible to rotate the dhtmlxgrid grid? I mean, I would like to put the head of grid on left(not top) and after that, dataprocess want to be process by column.
Last one, when I use combobox in grid control, is It possible to change options of combobox in each row. (if first row has ‘123’, but second row wants to have like ‘ABC’ in same column.)
Thanks, best regard.
Jay Lee.
First of all, how can I display text bottom of button on my toolbar?
Toolbar supports two types of buttons
ImageText - show text right to image
ImageTextXP - show text on bottom of image
>>Second, how can I hide head of grid on DHTMLXGrid?
Can be done by
grid=new …
…
grid.setNoHeader(true)
grid.init();
>>is it possible to rotate the dhtmlxgrid grid
Unfortunately it is not possible
>>when I use combobox in grid control, is It possible to change options of combobox in each row
If you mean co of coro excell - it is possible, please check
dhtmlx.com/docs/products/kb/inde … es&s=combo