LoadData with PageSizeOptions gets called twice everytime the pagesize is selected from the dropdown. This makes the pagesize default to the pervious size and I am not able to show the selected number of records in the DataGrid. For example, if the page size is 10 and I have selected 20 from the page size dropdown, it still shows 10 records. I think this is a bug which can be fixed.