I work on an asp.net solution with the Durandal template.
I try to use the koGrid (https://github.com/Knockout-Contrib/KoGrid) which is compatible with knockout. When inserting this grid in a test page managed by Durandal, it doesn't work: the grid seems to be there but not correctly displayed.
We noticed that if we resize the window, then the grid adjust correctly.
Does anyone already succeed integrate this koGrid in a Durandal/HotTowel template?
Steps to reproduce the problem:
- Create a new ASP.NET MVC project and choose the Durandal template
- Add the koGrid in the project (available in Nuget)
- Place this grid on a view and add dummy data
- Run and display the view containing the grid
Here is a zip containing a little ASP.NET MVC project to reproduce the problem: https://www.dropbox.com/s/15rphyhkqp1h8py/KOGrid-HotTowelTemplate.zip
Thanks for your help.