M
Mike Fechner
Guest
I haven't tried that in ages.... problem with BindingSource's and ProDatasets is that Microsoft never designed the BindingSource for a hierarchical data source like a ProDataset. The ADO.NET BindingSource for instance only has a single Position attribute (used for the first table) and a single PositionChanged event. So you might have to work with UltraGrid events and handle the Row Activate events and find your record manually. The Telerik RadGridView allows to use multiple BindingSource for each level ... for good reaons 
Continue reading...
Continue reading...