hi experts,
i need a solution on bsp htmlb, i need to place column inside a column in gridlayout. i tried to place column inside a column but the column appearing next to column, any one can suggest me the solution on this. reward points will be alloted. the sample code for this given below:
<htmlb:gridLayout columnSize = "1"
rowSize = "1"
width = "100%"
cellSpacing = "10" >
<htmlb:gridLayoutCell horizontalAlignment = "CENTER"
columnIndex = "1"
rowIndex = "1"
colSpan = "1" >
<htmlb:tableView id = "tbl_full_tsc"
width = "100%"
design = "STANDARD"
visibleRowCount = "15"
fillUpEmptyRows = "false"
showNoMatchText = "true"
selectionMode = "NONE"
sort = "Server"
iterator = "<%= appl->TSC_ITERATOR %>"
table = "//model/TSC_FULL_LIST_TABLE"
keepSelectedRow = "false"
columnWrapping="TRUE"
selectedRowIndex = "<%=model->M_SELECTED_ROW%>">
<htmlb:tableViewColumns>
<htmlb:tableViewColumn sort = "Server"
title = "<%= otr(ZSHARP/WEB_TSC_TBLCOL_JAN) %>"
columnName = "M_STAT01"
horizontalAlignment = "CENTER"
width = "4%" >
</htmlb:tableViewColumn>
</htmlb:tableView>
</htmlb:tableViewColumns>
</htmlb:gridLayoutCell>
</htmlb:gridLayout>
thanks in advance.