hello
please help me
i have 1 page that have about 10 gridview
now, i buid a ViewModel contain 10 object then return to grid but it load very slow because it has any object(10 object type Iqueryable) is contained in 1 ViewModel
can u tell me solution to fix
note:
before show to gridview i must count or check if it is not contain data(nothing) then show 1 measage and do not show null gridview on page
thanks you very much!
who can help me?
Hello Cuong Tran,
Thank you for posting in our forums!
Please answer the following questions so I may better assist you with this.
1. Are you using remote data at all or are you sending all of your data down to the browser at once?
2. What exactly is slow about the pages you are loading? Is this happening on the server, or on the client?
3. Are you binding all of your data to your igGrids through your ViewModel?
4. How much data is being sent through to each igGrid?
5. Are you able to provide a code example of how you are setting up the igGrids?
Looking forward to hearing from you.