Display data dynamically in grid like structure

M

mcchu

Hi all,

I need to find a way to display data onto a form as a grid structure from a
datasource dynamically. I am looking specifically for the solution of how I
can lay it out in such a way using controls and/or tables.

The schema will look like the following:

<Shipping>
<Country>
<Product>
<Cost>
<Shipping>

The data (look like a grid with data populated) should look like the
following:

Country1 Country2 Country3 ...
Product1 10 5 8 ...
Product2 5 5 2 ...
Product3 15 10 5
.... ... ... ... ...

The ... means it may continue on. The number of rows and columns will have
to be dynamically determined.

Please respond even if you know there is no such solution. I like to know
instead of searching all over the web for this answer.
 
B

Brian Teutsch [MSFT]

You might be able to create custom XSL to acheive this, but InfoPath doesn't
have anything that will help you create that XSL. If you're not comfortable
with XSL, it's probably not going to be easy.

Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top