dotNetFollower

Results 3 comments of dotNetFollower

It seems to be never applied to the main branch since the project looks abandoned. I however still try to avoid 3rd party source code changing, so here is an...

Here is a custom binding to solve the issue and avoid the koGrid source code changing (I really don't like 3rd party source code changing in my project, even if...

If you don't like changing the 3rd party libraries' source code, here is an alternative way to fix the issue by using custom binding: ```javascript ko.bindingHandlers["koGridFixed"] = { init: function...