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
1253
Add New Row
posted

Hi,

I have a hierarchy XamWebGrid and I would like to know if it is possible to implement this feature on the child only.  If not, then what is my alternative to achieve this?  Thanks!

Parents
  • 21382
    Suggested Answer
    posted

    Off each ColumnLayout object is an AddNewRowSettings object with a property named AllowAddNewRow.  You would need to set the AllowAddNewRow to .None for the parent column layout and .Top for the child column layout.

     

    You could also set the Grid's AddNewRowSettings .AllowAddNewRow to .None and turn it on in the child columnLayout.

Reply Children