huer12

Results 5 comments of huer12

I'm not sure, but I think If you extend it to `context.Set().FromSqlRaw(sqlQuery).Select(e=> e.Id)` then it only selects the id and should not throw the exception

You need to get a reference to the ko-grid row. On this row you can call row.selected(false); I have single selction table, so I can listen to the event 'afterSelectionChange'....

This plugin works for me: ``` var KoGridRowSelectionPlugin = (function () { function KoGridRowSelectionPlugin(selectedItems) { this.selectedItems = selectedItems; } KoGridRowSelectionPlugin.prototype.onGridInit = function (grid) { var _this = this; this._grid =...

Hi I do agree, that it may would make sense to rework the pipeline, but I do not understand why it is a major change. I made t in a...

I need some help with the tests, I don't know why they are failing. Could you support me here.