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
Binding the grid to a recursive data source, cannot addnew after level 2.
posted

I have recursive data table (data context) as datasource. The maxbanddepth is set to 5. I was able to add new record on level 1 and level 2 by clicking add new button on the grid. but on third level onward, it gives error "unable add a new row, underlying datasource does not support adding new rows". I am using Winform 9.1 and VS 2008.

Thanks