I'm working using the grid control and am I'm trying to implement some paging.using the NeedDataSource event to grab a set amount of rows (20) into a datatable that is then bound to the grid. That seems to work. The problem is I don't get a pager control. Is there some additional code I need or specific settings for it to display? I would have thought I'd need to somehow feed it info on how many pages there will be but I can't find that in the documentation.
*solution*
Fixed this. Found that you need to have the VirtualItemCount property set to a value for the pager to display.
*solution*
Fixed this. Found that you need to have the VirtualItemCount property set to a value for the pager to display.