Ask a Question related to Adobe Indesign Windows, Design and Development.
-
Bartosz_Gorzynski@adobeforums.com #1
Problem with importing XML - headers with multimple columns/rows
I have XML with merged columns/rows - when i import another XML with the
same structure i get header with nonmerged cells (with rowsxcolumn cells)
Is exists any solution ?
PS. Smart Styles does'nt work with this
<Root><Root><aid:table xmlns:aid="http://ns.adobe.com/AdobeInDesign/3.0/">
<aid:thead>
<aid:tr>
<aid:td>Aktywa</aid:td>
<aid:td>Stan na</aid:td>
<aid:td>Pasywa</aid:td>
<aid:td>Stan na</aid:td>
</aid:tr>
<aid:tr>
<aid:td>poczatek</aid:td>
<aid:td>koniec</aid:td>
<aid:td></aid:td>
<aid:td></aid:td>
</aid:tr>
<aid:tr>
<aid:td>1</aid:td>
<aid:td>22</aid:td>
<aid:td>3</aid:td>
<aid:td>4</aid:td>
<aid:td>5</aid:td>
<aid:td>6</aid:td>
</aid:tr>
</aid:thead>
<aid:tbody>
<aid:tr>
<aid:td>32</aid:td>
<aid:td>33</aid:td>
<aid:td>44</aid:td>
<aid:td>22</aid:td>
<aid:td>11</aid:td>
<aid:td>22</aid:td>
</aid:tr>
<aid:tr>
<aid:td></aid:td>
<aid:td></aid:td>
<aid:td></aid:td>
<aid:td></aid:td>
<aid:td></aid:td>
<aid:td></aid:td>
</aid:tr>
<aid:tr>
<aid:td></aid:td>
<aid:td></aid:td>
<aid:td></aid:td>
<aid:td></aid:td>
<aid:td></aid:td>
<aid:td></aid:td>
</aid:tr>
</aid:tbody>
</aid:table></Root></Root>
Bartosz_Gorzynski@adobeforums.com Guest
-
Add/Delete rows/columns in datagrid
Hi, I'm trying to add additional or delete rows/columns to a datagrid based on a specified number. I tried addColumn, this only adds 1 column at... -
datagrid sort columns not rows
Hi, I am filling a datagrid via xml and the columns as not created in the order I have in my xml. I've also added them in the correct order in... -
Freezing Columns, and Headers.
Is there a grid control, or is it possible for Asp.Net to freeze the first column, and the headers where the headers would always display regardless... -
Span rows/columns?
Is there a way to make a column in a grid span all the others? For instance I have fields Client, Address, State, City, Zip, Comments. I would... -
DataGrid, 7 columns on 2 rows?
Is this possible? I currently have a datagrid showing 7 columns, I would like to show the 6th and 7th columns on the next row. How can I do this?



Reply With Quote

