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
2430
If you setup a RowEditTemplate can u disable the Template
posted

I assume there is a toggle somewhere that will programatically turn on the RowEditTemplate version of a band and then turn off RowEditTemplate.

I assume there is a toggle to Enable / Disable use of the templates.

Parents
No Data
Reply
  • 2430
    Verified Answer
    posted

    Figured it out - simply reset the RowEditTemplate for a band works....

    FMECAGrid.DisplayLayout.Bands[FUNCTIONAL_REQUIREMENT].RowEditTemplate =

    null;

    FMECAGrid.DisplayLayout.Bands[FUNCTIONAL_REQUIREMENT].RowEditTemplate =

    this.FuncReqTemplate;

Children
No Data