Mike Schall

Results 6 issues of Mike Schall

I am trying to get alternating row colors working with the selection extension. Here is an example: http://plnkr.co/edit/Bb30hFxBVHhJIBMyICqs?p=info I found a [link here](https://www.sitepen.com/blog/2012/05/03/css-styling-of-dgrid/) suggesting the way to do this is...

We need the ability to get the currently selected items out of a grid. I know I can capture the dgrid-select function, but I usually don't care at the time...

I see that dstore is adding nested properties for queries (https://github.com/SitePen/dstore/commit/a822f92846024a8ac49254ada25e8ea63b62e5c3). It would be great if the idProperty could be nested as well. This would allow for the following: ```...

enhancement
needs-opinions

I had installed linqpad4 using chocolatey. When Linqpad 5 came out, I installed the update "manually" using the MSI from Linqpad's site. Chocolatey now thinks 4.51.03 is installed, but it...

Bug
0 - Waiting on User

Menus with popup children fail to show correctly, and warnings are seen in the console output on some installs of Chrome Beta channel (currently 107). ![image](https://user-images.githubusercontent.com/331167/197060703-487ae996-c590-4bb9-8cb3-fc233b032075.png) Download Chrome Beta channel...

It looks like dojo is close to allowing a strict CSP policy. The following removes most issues: ``` window.dojoConfig = { has: { "csp-restrictions": true }, ... } ``` However...