-
-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Independent command #1914
Comments
@stsrki one more case about exposing the internal API, right? I think we should get on this soon. @Wolfenry as a dirty and hopefully ONLY TEMPORARY workaround you could hide the button and invoke it either by using a reference and calling it in c# or by giving it an id and by using javascript.
I haven't tested it, but pretty sure it should work as a workaround. Let me know the results if you try it! |
I was testing something else, and ended up testing this workaround, the c# version, it works:
|
Great, i tried something like this but i still have the same problem (accesing Can't find Maybe i am missing something, just tell me! Also with the actual |
Sorry! ButtonRow is a new feature coming in 0.9.3 sometimes I just forget not everyone is using the pre-releases. :P For another temporary workaround, but compatible with 0.9.2, the one posted on #1915 by @kswoll should work.
|
Haha ok! i will try the new release im hyped now, excelent job guys, i'll be into it! |
Yes, it's still planned to be released soon. If not this week it will be the beginning of the next, guaranteed. |
I'm trying to have a custom clear filter command in the filtertemplate section (the broom in picture below), since i don't want a new column to clear all the filters (the command column).
_DataGridClearFilterCommand depends on the command column and click eventhandler, so i can't make my own clear button easily
I've tried:
and trigger the ClearFilter event with my 'clear' boolean but had no luck, is there any way to do this?
The text was updated successfully, but these errors were encountered: