Hello,
I'm using Grid Batch Editing (http://demos.telerik.com/aspnet-core/grid/editing) and I have 2 questions actually:
1) Is it somehow possible to allow dropdown buttons when editing records?
2) I have a nullable bool field and when I set it to "Not Set" (null), it will store the value as "false". Is this normal behaviour?
Thanks!