Hi,
I have attached a demo project and have fallowing issues in it:
1. I am fetching the 1000 records from Web API and binding to IgGrid, it is taking long time to render, do you have any better approach for it?.
2. I have a date time column in the IgGrid, if I apply filter on this column after after loading the grid first time, it wont filter , it will throw java script error.
3. what is the best approach to have server side paging?
4. how can I set the total record count in the in IgGrid pager template, after having the server side pagination?
please revert back to me for any clarifications.
For all my issues, please modify my attached code and send it back to me. looking forward for quick reply.
Thank You
I am looking forward quick reply from you, as we need to decide whether to go for Ignite UI IgGrid for one our project in next week, please revert back to me with the status ASAP.
Thank You,
Hello,
Thank you for your interest in igGrid.
I was looking at your issues and I can give you some directions in order to force the filtering in your case.
First of all you should add the pageSize as an option of the igPaging feature.
Using remote paging and igGrid bound to knockout View-Model of in not an approach.
So you need to set explicitly the type of the paging to be local
{
name:'Paging',
type:'local',
pageSize: 10
},
Regarding the Filtering issue, I was not able to reproduce it.
Please make sure that the jquery.ui.timepicher.js is listed after jquery script.
I'm sending you back the updated project.
Let me know if you need further questions, we'll continue following your case.