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
685
Is NewRecordRow supported?
posted

I tried to do this

  <Custom:XamTreeGrid.FieldLayoutSettings>
                <Custom:FieldLayoutSettings AllowAddNew="True" AddNewRecordLocation="OnBottom"></Custom:FieldLayoutSettings>
  </Custom:XamTreeGrid.FieldLayoutSettings>

but I can't see the usual new record row being available for me to start inserting items into the TreeGrid.

Can you pls confirm this is supported?

Thanks