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
1050
fieldlayoutinitialized
posted

Hi,

 I am setting the fields, titles, widths in fieldlayoutinitialized event.

is it possibile to call this event just to refresh the fields titles?

How do i get this?

Parents
No Data
Reply
  • 2125
    Verified Answer
    posted

    Hi kornelraju ,

    In answer to your question I would like to use
    the comment made by Joe Modika on the FieldLayoutInitialized Event : DataPresenterase Class.

    "The FieldLayoutInitialized event is called at a specific point in the lifetime of a FieldLayout –
    i.e., right after it is initialized to allow the developer to do some custom initialization. 
    It wouldn’t make sense to cause the event to fire at some other time. 
    If the developer wants to perform the code in his FieldLayoutInitialized event handler at some other point in time,
    he should probably break that code out into a separate method and then call that method from both the FieldLayoutInitialized event
    handler and other locations in his code."

    Best Regards,
    Yanko

Children