dotnet / DataGridExtensions

Modular extensions for the WPF DataGrid control
MIT License
811 stars 103 forks source link

How can i get filter result data #84

Closed easyboot closed 2 years ago

easyboot commented 2 years ago

`*** <Window x:Class="InfusionBagSmartLaber.View.Form.Users" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls" xmlns:local="clr-namespace:InfusionBagSmartLaber.View.Form" xmlns:control="http://filterdatagrid.control.com/2021"
xmlns:dgx="urn:tom-englert.de/DataGridExtensions" xmlns:ff="clr-namespace:InfusionBagLabel.Helper" mc:Ignorable="d" Title="用户维护" Height="855" Width="1525"
WindowStartupLocation="CenterScreen" Closing="Window_Closing">

***` my code is build success,but i can't see my xaml form.and how I get filter result data.### ### `****
easyboot commented 2 years ago

image

tom-englert commented 2 years ago

See #57 That's a bug in VS, just use the current version