This is a migrated thread and some comments may be shown as answers.

Custom Paging with Detail tables

2 Answers 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 2
Alex asked on 10 Feb 2012, 05:29 PM
I have a grid that I am using custom paging on, the grid has a mastertable and a detailtable.

The grid has a autogenerated footer containing the number of pages, next, previous, etc...

When I expand a row and the detail tables is shown I get the exact same footer on the details table as on the grid. What option do I need for this not to happen.

The footer on the details table does not make sense as it's the information for the grid.

Thanks

2 Answers, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 13 Feb 2012, 06:20 PM
Alex:

Did you try setting ShowFooter="false" for your detail table? That should hide the unwanted footers.

Hope this helps!
0
Alex
Top achievements
Rank 2
answered on 15 Feb 2012, 12:44 AM
Sorry, I meant the pager was displaying in the details table.

Addeing the PagerStyle in the GridTableView solved it

<PagerStyle Visible="false" />

Tags
Grid
Asked by
Alex
Top achievements
Rank 2
Answers by
Richard
Top achievements
Rank 1
Alex
Top achievements
Rank 2
Share this question
or