Completed
Last Updated: 15 Aug 2017 10:54 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 19 May 2017 07:21
Category: VirtualGrid
Type: Bug Report
1
FIX. RadVirtualGrid - the paging panel is not updated when the RowCount is changed
Workaround:
this.radVirtualGrid1.RowCount += 100;
this.radVirtualGrid1.TableElement.PagingPanelElement.UpdateView();
0 comments