Page 1 of 1

Is it possible to not show menu help in MobileViewer?

Posted: Wed Nov 13, 2013 11:06 am
by tpontow
Hello,

is it somehow possible to hide or not show the help tooltip menu item in the Viewer menu of StiMvcMobileViewer? I like to hide that "Tell me more" menu item in the tooltip. Or can i hide the complete tooltip?

Thanks and regards
Thorsten Pontow

Re: Is it possible to not show menu help in MobileViewer?

Posted: Wed Nov 13, 2013 1:10 pm
by tpontow
Ok, i found how to hide every tooltip.

Code: Select all

 <div class="report">
                @Html.Stimulsoft().StiMvcMobileViewer(new StiMvcMobileViewerOptions
                    {                       
                        ShowTooltips = false
                    })
            </div>    
But maybe there's a chance to hide only "Tell me more"?

Thanks
Thorsten

Re: Is it possible to not show menu help in MobileViewer?

Posted: Thu Nov 14, 2013 11:30 am
by Vladimir
Hello,

Unfortunately currently there is no such possibility. We will add a new ShowTooltipsHelp option, update will be available in the next prerelease build.

Thank you.