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
105
How to use the Add New Row in the Xam Data Presenter
posted

I am trying to use the XamDataPresenter in an updatable fashion to include adding new items directly through the Add New Row of the Xam Data Presenter.  I am binding to a collection that implements the IBindingList interface. I have set the AllowAddNew property to true.  As long as my collection has at least 1 item in it, the Add New Row is visible and works properly to allow adding additional rows.  However, as soon as I delete the last item from the collection, the Add New Row disappears.  ARGH!!!

I would like the Add New Row to always remain in the xam data presenter.  Is that possible?