Kenneth G. Franqueiro
Kenneth G. Franqueiro
I'm kind of curious as to the use case for this suggestion, since while it's common to customize `renderRow` for `List` (which doesn't support column plugins), it's not really expected...
That does sound tricky... A demo might be useful to try to come up with the best solution, yes. I have serious reservations about this pull request, mainly because this...
Firstly, we recently resolved an issue which might have something to do with this, so could you try testing against the current head of the dev-0.4 branch? If you still...
It seems to work fine for me on IE10 and IE11. One thing I would note, though, is that some of the rows in the grids in that test page...
Oh, whoops, you're right, I forgot about the registry setting you were referring to. Did you really mean to close this?
Okay, I tried this again and managed to reproduce it on a VM after tweaking the registry. Wow that's bizarre - especially considering I am testing in a machine _with_...
This isn't enough code to actually reproduce the issue (for example, it could be due to styling reasons). I tried to reproduce it with something far more reduced and wasn't...
I'm not sure I understand the last question, since toggling the checkboxes in the ColumnHider menu already _does_ effectively perform the logic in `toggleColumnHiddenState` internally. If you need to perform...
`!important` would almost certainly cause headaches elsewhere when customizing. In your actual application, are you trying to override this with CSS or Stylus? I can see where this could be...
This is going to depend on https://github.com/dojo/core/pull/31 being merged, since it uses `lang.mixin`. I should probably get that out of the way first.