github-actions[bot] on nuget
github-actions[bot] on develop
Bump Verify.NUnit from 19.8.2 t… Merge pull request #618 from Wi… (compare)
dependabot[bot] on nuget
Bump Verify.NUnit from 19.8.2 t… (compare)
github-actions[bot] on develop
Bump Verify.NUnit from 19.8.1 t… Merge pull request #617 from Wi… (compare)
github-actions[bot] on nuget
dependabot[bot] on nuget
Bump Verify.NUnit from 19.8.1 t… (compare)
github-actions[bot] on nuget
github-actions[bot] on develop
Bump Verify.NUnit from 19.8.0 t… Merge pull request #616 from Wi… (compare)
Hello, I've been trying to get this working for a while, without success. I downloaded and built the dev repo, ran Example and the ribbon-based solution is working well.
But when I tried to include it as the readme/tutorial said, I only got a Button with caption "Default". I saw that @maciz84 and @GeertvanHorrik been talking about the same use case I might need (however, my aim is to provide a standalone filter control for my WPF app).
Could you please:
1) provide a really basic example of this control opening in a window/above a dataGrid?
2) add clarification to readme, because for me it's quite obvious that instead of "Import namespace, add control and done" method, I must provide lots of code-behind to be able to use this otherwise fantastic control.
I tried with VS2013 and 2015 as well, through nuGet and also building the project locally and including the built dll. Also tried using "WPF with catel" template, no success either way.
Thanks in advance,
durato
Hi, I'm interested in FilterBuilder feature. I've tried to follow all the integration indication in the official website, but I've some problem. I've created a blanck wpf applicartion, installed the references ( Orc.FilterBuilder and Orc.FuilderBulder.xaml) and insered the control
<orc:FilterBuilderControl FilteredCollection="{Binding RawItems}" RawCollection="{Binding FilteredItems}" />
in my wpf application. When I start it I can see anything on ui, but the binding on the two collection seem to work (in debug if I put the mouse on RawItem element in UI there are elements).
I missing something? I've to install other packages?