Microsoft
Software
Hardware
Network
Question : UltraTree and Filtering ?
Using vb.net & Untral Tree.
I am using a bound UltraTree to display Invoice Headers (parent) and Invoice Lines (children).
But now I want the ability to filter. Usually I would do this by binding to a BindingSource rather than a Dataset, and using the Binding Source .Filter method.
Is there away to bind the UltraTree to a BindingSource?
If not, does it have some other way that I can filter?
Answer : UltraTree and Filtering ?
Have a look at chapter 4 from this link for Ultra Tree binding example:
http://documentation.progr
ess.com/ou
tput/OpenE
dge102b/pd
fs/
gsvis/g
svis.pdf
Random Solutions
asp.net need help on a parameterize search via a filter expression
Point to Point connection with Cisco 1841 and Cisco 2611
Page crashes when the user press tab key on input box.
MS Access/VBA Coding - Loops Within Recordsets
Sharepoint Templates in Visual Studio 2005
PHP/RegEx to Extract Data from img tag
Copying an email to another account when sent to equipment request
How to generate a printable form from html/php?
Integers and Thread Safety
How can I get CopyFromRecordset to transpose the columns to rows