Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Newly Added Row Vanishes From Hierarchical WinGrid
posted

Hello,

We are using an UltraWinGrid, in hierarchical mode, and are binding it to an XML file.  When I add a new row, if this row happens to be the first row in the band, the row immediately vanishes from the grid upon saving the data. 

 The grid is bound to a DataSet object.  And, this is within the .NET 2.0 framework.  The code is reasonably simple: we do a ReadFromSchema() to get the schema from the .xsd file, then a ReadFromXML() to load the data.  Saving is the reverse: WriteToXML().

Has anyone else seen this problem?

Thanks,

Benjamin

 

 

  • 469350
    Verified Answer
    Offline posted

    Hi Benjamin. 

    BenjaminHaag said:
    When I add a new row

     

    Can you be more specific? How exactly are you adding a new row? What are you adding it to? Does it show up in the grid initially?