Marc Selman

Results 22 comments of Marc Selman

I use the 💬 for string literals like ui button and input labels and translation texts etc. But for testing or debugging having some (temporary) hardcoded value can be handy...

This issue is still present. Should this be fixed?

I've made two extension methods to strip comments: ``` C# public static CQ StripComments(this CQ cq) { if (cq == null) return cq; foreach (var element in cq) { element.StripComments();...

The 5 colors that you see in the demo are different themes. It's documented at the bottom of this page: https://reactdatagrid.io/docs/styling-and-theming

@inovua-admin Hm, I've been testing with the enterprise package 4.16.3 now but the issue remains. If you want I can show you using screensharing for example?

I'm using this update feature too. It would be great if it could be merged with the master branch.

Will this be merged anytime soon?

Are you sure? Why would a click on a different element (in the example a paragraph tag) prevent the click after that to work? I'm also seeing this issue when...

It's in the original post: https://codepen.io/marcselman/pen/eYWrNML

I don't see what persist has to do with this issue. I don't need to access any event properties after the handler has run. When I add the call to...