Change StiMvcViewer Buttons
Posted: Wed Aug 12, 2015 4:21 am
Hi,
I'm using `StiMvcViewer` in my MVC app with the following code:
It'll render as following:

Next and Last buttons are in the back, am I missing something or it's a bug? How can I fix it?
Thanks you.
I'm using `StiMvcViewer` in my MVC app with the following code:
Code: Select all
@Html.Stimulsoft().StiMvcViewer(repName, new StiMvcViewerOptions
{
ActionInteraction = "Interaction",
ActionPrintReport = "PrintReport",
ActionViewerEvent = "ViewerEvent",
ActionExportReport = "ExportReport",
ActionGetReportSnapshot = "Load",
Width = Unit.Point(700),
ScrollbarsMode = true,
Theme = StiTheme.Windows7,
ShowTooltips = false,
Height = Unit.Point(200),
Controller = "Report",
RightToLeft = true
})

Next and Last buttons are in the back, am I missing something or it's a bug? How can I fix it?
Thanks you.