Ben McIntyre
Ben McIntyre
There are some limitations on use of Reflection under iOS, which affects Xamarin Projects: https://docs.microsoft.com/en-us/xamarin/ios/internals/limitations Essentially, Reflection.Emit and the use of IL is not supported. This is used only in...
I note and echo some concerns raised in #10 (it is from 2011 so I've opened this new issue!). I tried inserting a PK into an autonumber-PK field, which is...
Since the integration of the Frozen columns and rows feature, the row cache objects are now jQuery objects. This makes sense, in that several DOM objects can be wrapped into...
New HybridSelectionModel combines cell and row selection models. It functions like CellSelectionModel except when certain conditions switch it into RowSelectionModel. If the ```options.rowSelectOverride``` function exists, then HybridSelectionModel calls it expecting...