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
575
some troubles/questions with xamDataGrid
posted

Hello,

I've some troubles/questions with my xamDataGrid:

1. If a user add a Row, I will change the Value of one Field. How can I identificate the right cell/field, when the DataSource is binded to a System.ComponentModel.BindingList?

2. The cells of my xamDataGrid where generated automatically (because I've bind it to the BindingList...). Can I identify all auto-generated Cells/Fields to change some things at this fields? I don't know how!

3. One auto-generated Field is bind to an enum. If I change the value of the cell to an invalid value, I get the error message, that the value is not valid, but I don't see the valid values. Is it possible to modify the error message, that I see the list of valid values?

Greets and many, many thanks...
Marco