use loadXML -->>
<?xml version="1.0"?>
<msg_dv_cd2></msg_dv_cd2>
<msg_dv_cd2_nm></msg_dv_cd2_nm>
<msg_dv_cd1></msg_dv_cd1>
<eng_msg_ctt></eng_msg_ctt>
<korn_msg_ctt></korn_msg_ctt>
<msg_cd></msg_cd>
<msg_dv_cd1_nm></msg_dv_cd1_nm>
<msg_dv_cd2></msg_dv_cd2>
<msg_dv_cd2_nm></msg_dv_cd2_nm>
<msg_dv_cd1></msg_dv_cd1>
<eng_msg_ctt></eng_msg_ctt>
<korn_msg_ctt></korn_msg_ctt>
<msg_cd></msg_cd>
<msg_dv_cd1_nm></msg_dv_cd1_nm>
i want rowspan in grid
not want scrollbar
ex>
------------------------------
| a | b | c |
------------------------------ <–header
| d | e |
===============
| data1 | data2 | data3 |
------------------------------ <-- datagrid( this is one row data)
| data4 | data5 |
===============
how use grid function or script
Rowspans is not compatible with xmlB format ( you still can set them programmatically ), they can be defined only from default xml format.
>>not want scrollbar
mygrid.enableAutoHeight(true);
or
mygrid.enableAutoWidth(true);