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.
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.