>
> Hi Vignesh,
>

I had same problem few weeks back. It got solved by resizing the grid. When 
debugger is opened(F12), it binds the data*(Give a try!!).

Place the below code in the controller after binding the grid.

setTimeout(function () { $('.gridStyle').trigger('resize'); }, 500); 

Hope it works for you as well :)

Thanks,
Aniket

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to