Browse By Tags

  • Hierarchical Datasource for UltraGrid

    Hello,

    We want to use a hierarchical Datasource. This works fine for the rootlevel, one intermediate level and the itemlevel. But I can't see any further intermediate levels. At all levels we use Bindinglists. The datasource is constructed by recursion…

  • Hierarchical Data Ignoring ICustomTypeDescriptor After A Given Depth


     I'm using the UltraGrid v7.1 on my current project and it is exhibiting some slightly perplexing behaviour. The grid itself is being bound to a custom class which inherits from BindingList<T> and contains a number of other custom objects all inherited…

  • How do you get a childband's row to highlight when selected?

    I have an ultragrid bound to a heirarchical object graph.  I have 2 bands with the hidden property set to false (the default) and all other band's hidden property set to true.  So there are 2 bands visible: Product and Exposure.  Each Product can have…