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
405
I have the Field Layout created but how to add records?
posted

I have created the fieldLayout.  But when I use the Grid1.DataItems.Add() that doesn't seem to work with the fieldLayout that I created.  How then do I add records?

 

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    Does the definition of the underlying object match the fields in this FieldLayout? Have you set AutoGenerateFields to false. The XamDataGrid by default would generate a new FieldLayout if the new object does not match the current layout.

Children