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
1070
Updating Hierarchical Data
posted

I'm using the LLBLGen Pro entity framework which has entities related to other entities so the hierarchy is all pre-defined. The framework also comes with a LLBLGenProDataSource control which can be used to update hierarchies. I am now wondering if the UltraWebGrid will work with this. Is it possible to do hierarchical updates with this grid using a data source control if the data source control is capable of a hierarchical update?

Parents
No Data
Reply
  • 14049
    Offline posted
    The grid will try to use the data source control's auto update
    mechanism. If it is properly implemented on the control's side, i don't
    see why the grid wouldn't be able to update it.
Children
No Data