How to manipulate Number of rows in Datagrid?

0
I would like to make the Number of Rows dynamic in DataGrid, so I can choose between 20, 50, 100 per page in a pagination. Is it possible?  
asked
1 answers
1

Hi, 
for example if your row numbers are 20,50,100 then add three data grids.
Update the visibility for each data grid based on row number selections and also set the same  in the data grid :  Number of rows

For example if the row number selection is 20 then :




Hope this is helpful!

answered