Paging - Determining when it is needed?
Posted: Wed Oct 22, 2008 5:21 pm
Hi,
New user question here...
I've noticed that if I:
1. Generate a horizontal bar graph (for example) with all rows visible
2. Have a DataTable to the left of the chart
3. Resize the form vertically shrinking the graph area
Doing this, some datatable rows disappear (though the bars are still there), so I understand there is a need for paging at this point.
Is it possible to detect when this "truncation" condition occurs so I can warn the user or take the appropriate action (such as starting paging)? Is there a preferred approach to handling this?
Thanks,
Mike Simmons
New user question here...
I've noticed that if I:
1. Generate a horizontal bar graph (for example) with all rows visible
2. Have a DataTable to the left of the chart
3. Resize the form vertically shrinking the graph area
Doing this, some datatable rows disappear (though the bars are still there), so I understand there is a need for paging at this point.
Is it possible to detect when this "truncation" condition occurs so I can warn the user or take the appropriate action (such as starting paging)? Is there a preferred approach to handling this?
Thanks,
Mike Simmons