[progress Communities] [progress Openedge Abl] Forum Post: Re: Ultrawingrid Bands Record...

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top