Hello All,
I want to add a common or generic search functionality to my controls so that i just have to pass a DataGrid/ListView/TreeView control and the search text which needs to be searched.
Can it be done using some generic command which can be attached to a textbox control in XAML and NOT in the code file?
Thanks in advance,
IamHuM