cancel
Showing results for 
Search instead for 
Did you mean: 

Grid display in interactive form

former_member305573
Participant
0 Kudos

Dear All

I m trying to print the grid into the interactive form.

My requiremnt is like I am getiing the value in my local node in the view. From there i have to populate those value into the Pdf.

So that user can take the print of the pdf.

But problem is that it showing only first row value. It is not showing Entire grid.

Kindly help me out with your document or solution note

Prashant Krishen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try to define the following steps..

1. Insert one sub furm.

2. Make its type to flow content and flow direction to Table in object property.

3. Insert another subform in above sub form and makes its type to flow content and flow direction to Table row.

4.In binding tab for this subform check the checkbox for "Repeat subform for each Data Item" and in min count you can specify at a time how much rows you want to display.

5. Now place your UI Elements for Data view into this sub form.

Just check you have set the table properties in this way..........

Hope this helps you....

Regards,

Saleem