I have a RadGrid with a single MasterTableView. My CommandItem settings have only Export to CSV. I want this row at the very bottom of the grid so I set CommandItemDisplay="Bottom". I want my Pager row at the bottom of the data, but above the CommandItem row. When I put PagerStyle-Position="Bottom" the Pager is put at the very bottom, underneath the CommandItem row.
Is there a way to put the CommandItem row at the very bottom, below the Pager row?
Is there a way to put the CommandItem row at the very bottom, below the Pager row?