Hi, is it possible to style or suppress the message box for protected sheets?
Thanks
-Phil
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.
Hi Michael, this is what I was looking for thanks for your help.