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
3160
How to I raise InitializeTemplateAddRecord ?
posted

When the underlying data in my grid changes I want to clear the values in the TemplateAddRecord.  I presume the easiest way to do it is to raise InitializeTemplateAddRecord(???)

Parents
  • 17475
    Offline posted

    Hello Sam, 

    Thank you for posting! 

    I have been looking into this and it seems that the easiest way to change the displayed value of the TemplateAddRecord is to raise the InitializeTemplateAddRecord. I have attached a sample project where this event is raised in the MainWindow() and the simple text value is set. You could use it as basis and set the event handler when you need to change the displayed text.

    Please feel free to ask if you have any questions on this.

    InitializeTemplateAddRecordIssue.zip
Reply Children
No Data