Skip to content

Commit

Permalink
Update DataGrid Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Sep 16, 2021
1 parent 68fe000 commit 7f4ed71
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Project Update From <a href="https://github.com/ottosson">ottosson</a> and <a href="https://github.com/jeremytammik">jeremytammik</a> with WPF Solution And Extend Funtion, fix Error for package nuget dependent old with .NET.

### Download

<a href="https://github.com/chuongmep/RevitElementBipChecker/releases" target="_blank">RevitElementBipChecker</a>

### Solution Check Full Parameter :

- Search Parameter Of Element And Snoop All Value For Developer
Expand Down Expand Up @@ -57,6 +61,10 @@ git clone https://github.com/chuongmep/RevitElementBipChecker.git

2.[https://github.com/JamesNK/Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)

### Get Datagrid library from:

<a href="https://github.com/macgile/DataGridFilter" target="_blank">DataGridFilter</a>

#### Build solution:

1. _RevitElementBipChecker.dll_
Expand Down
2 changes: 1 addition & 1 deletion RevitElementBipChecker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</Reference>
<Reference Include="FilterDataGrid, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Users\Chuong.Ho\Downloads\FilterDataGrid\FilterDataGrid.dll</HintPath>
<HintPath>..\..\WPF\DataGridFilter\FilterDataGrid\bin\Debug\FilterDataGrid.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
15 changes: 13 additions & 2 deletions View/MainWindows.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,20 @@
Binding="{Binding AssGlobalParaValue}"
Header="AssGlobalParaValue"
IsColumnFiltered="False" />

</filterDataGrid:FilterDataGrid.Columns>



<filterDataGrid:FilterDataGrid.ContextMenu>
<ContextMenu>
<MenuItem Command="{Binding CopyParameterName}" Header="Copy ParameterName" />
<MenuItem Command="{Binding CopyBuiltInParameter}" Header="Copy BuiltInParameter" />
<MenuItem Command="{Binding CopyType}" Header="Copy Type" />
<MenuItem Command="{Binding CopyValue}" Header="Copy Value" />
<MenuItem Command="{Binding CopyParameterGroup}" Header="Copy ParameterGroup" />
<MenuItem Command="{Binding CopyGroupName}" Header="Copy GroupName" />
<MenuItem Command="{Binding CopyGUID}" Header="Copy GUID" />
</ContextMenu>
</filterDataGrid:FilterDataGrid.ContextMenu>
</filterDataGrid:FilterDataGrid>
<!--<ListView
Name="lsBipChecker"
Expand Down
Binary file modified doc/_Image_bb0e2d66-3c9d-4c3d-ad86-6a77987124be.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/_Image_d275515e-7661-4d53-aed8-6624fec689d9.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7f4ed71

Please sign in to comment.