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
495
Limiting the number of new rows allowed to be added in XamDataGrid
posted

Hello,

I have the following problem:

I have a XamDataGrid bound to an hierarchical data source, which was implemented using two FieldLayouts in order to show the List class included in the data source, as another level.

Now I want, in some condition, to limit the number of new rows allowed to be add to the data source in the second FieldLayout. 

How I can do it?

Thanks in advance.