Home
Analytics
Table data within a grid is cut off
s_shetty
Hi Everyone,
I have an issue with displaying the complete resultset in a table in my report. My report contains a grid within which I have a table. Though my query returns more than 200 rows , only 20 rows are displayed & the remaining data is cut off. I came across a similar issue in one of the older posts in this forum ,where clearing the row height for the grid had solved the problem. I tried out the same but it didn't help me. Also I tried displaying the same resultset in another report where in my table wasn't placed inside a grid & it worked well. I would like to know whether placing a table within a grid is the cause of the problem. Can someone please help me with this?
Thanks & Regards,
Shreya Shetty
Find more posts tagged with
Comments
thuston
How is the data given to the Table?
If the Table's Binding is set to the desired DataSet, then it is certainly a Grid sizing issue.
If the Table's Binding is None or a container, then you are probably getting a filtered data binding that returns fewer rows.
s_shetty
<blockquote class='ipsBlockquote' data-author="'thuston'" data-cid="66501" data-time="1279289418" data-date="16 July 2010 - 07:10 AM"><p>
How is the data given to the Table?<br />
If the Table's Binding is set to the desired DataSet, then it is certainly a Grid sizing issue.<br />
If the Table's Binding is None or a container, then you are probably getting a filtered data binding that returns fewer rows.<br /></p></blockquote>
<br />
The table's binding is set to a DataSet. I have created a sample report using the sample database with the similar lay out. My rptdesign file is hereby attached. Could you please have a look at it & tell me whether there's any mistake in grid size specifications? It would be really helpful.<br />
<br />
Thanks & Regards,<br />
Shreya
thuston
Both of the outer Grids have a Height set for the Row.
You will need to select each Grid, then the Row and delete the Height setting to allow it to grow with the contained Table.
s_shetty
<blockquote class='ipsBlockquote' data-author="'thuston'" data-cid="66549" data-time="1279546746" data-date="19 July 2010 - 06:39 AM"><p>
Both of the outer Grids have a Height set for the Row.<br />
You will need to select each Grid, then the Row and delete the Height setting to allow it to grow with the contained Table.<br /></p></blockquote>
<br />
<br />
Thanks a lot for the response. It's working now.