Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Create Empty igGrid
posted

I am trying to create an empty grid on the mvc and then fill it using the web service response on the client side. This is for a dynamic page so the grid data can differ depending on the page it is on. I tried to do this using a List<object> list but I think it absolutely needs the column names. Is there a way to do this without using a dummy list? If I do use a dummy list and then try to update the data source I get this error: "could not find property length".

Parents Reply Children
No Data