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
1640
is UltraGrid nosql ready?
posted

I wonder is UltraGrid no sql ready? Can it be binded to a nosql data source? say, a row with uncertain columns and uncertain sub rows.

  • 469350
    Verified Answer
    Offline posted

    Hi,

    I don't know what nosql is. But it sounds like you are referring to a database on the back end. The grid doesn't bind to a database directly. It binds to some object on the client such as a DataTable or a DataSet, or any object that implements IBindingList or IList. So if you can load your nosql data into such an object, then you could bind that data to the grid.