Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jay Lee on Dec 21, 2007 01:55
open dhtmlx forum
DHtmlXGrid & ToolBar

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 '<option value=1>1</option><option value=2>2</option><option value=3>3</option>', but second row wants to have like '<option value=A>A</option><option value=B>B</option><option value=C>C</option>' in same column.)

Thanks, best regard.
Jay Lee.
Answer posted by Support on Dec 21, 2007 08:54
>>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
       http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&q=1411&ssr=yes&s=combo