Hi,
I want to be able to paginate my SfDataGrid and even though the doc says that SfDataPager doesn't work with DataTable binding, I tried it and surprisingly it works for most of it.
The problem I have is with columns where I have null values for certain rows. In these cases, the column sorting and filtering does not work. I have tried updating the column in order to AllowNullValues but seems it is not enough.
- Am I missing something or should I try another approach? Note that if I remove the paging from my SfDataGrid it works well.
- Do the SfDataGrid and SfDataPager work fine with dynamic object collection?