Browse By Tags

  • Dynamic data and row layout

    Hi,

    I'm trying to usa an UltraWinGrid to display dynamic data.

    I've binded the UltraWinGrid with a BindingSource object. The datasource of this object changes (only rows change, not columns). 

    If I try this:

    binding.DataSource = _myData;
    myWinGrid…