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
60
Styled xamSpreadSheet message box
posted

Hi, is it possible to style or suppress the message box for protected sheets?

Thanks

-Phil

Parents
  • 29085
    Verified Answer
    Offline posted

    Hello Phil,

    Thank you for contacting Infragistics. The message box can be suppressed by handling the event, UserPromptDisplaying on the spreadsheet. The event exposes a DisplayMessage property which you can set to False to suppress the dialog. In addition, you may use the Trigger property to identify the cause of action to either change the Message displayed or condition the event to suppress the dialog for only that type of action.

    Let me know if you have any questions.

Reply Children
No Data