Page 1 of 1

Missing DropDownButtons

Posted: Mon Jul 07, 2014 1:16 pm
by haggis
Hi, i'm using the .NET MVC component. I'm creating a new report with user input variables, but all dropdown-buttons of the datetimepicker aren't visible. Everything else works.
I got the following css code from the viewer

Code: Select all

.stiDropDownButton {
    background: url('[DropDownButton.gif]');
}
Can you help me to fix this?

Here is my View:

Code: Select all

<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Page.Master" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
<%@ Import namespace="Stimulsoft.Report.Mvc" %>
<%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
    <%= Html.Stimulsoft().RenderMvcViewerScripts() %>
</asp:Content>

<asp:Content ID="Content2" ContentPlaceHolderID="GridContent" runat="server">
    <%= Html.Stimulsoft().StiMvcViewer("ReportViewer",new StiMvcViewerOptions() {
                    ActionGetReportSnapshot = "GetReportSnapshotViewer",
                    ActionViewerEvent = "ViewerEvent",
                    ActionPrintReport = "PrintReport",
                    ActionExportReport = "ExportReport",
                    ActionInteraction = "Interaction",
                    ScrollbarsMode = true,
                    Theme = StiTheme.Office2003
            }) %>
</asp:Content>
btw, i tried different themes. But no button will be displayed.

Greetz haggis

Re: Missing DropDownButtons

Posted: Mon Jul 07, 2014 1:47 pm
by haggis
Well, ok. How can i define the path to the images? I think the problem are missing the missing images...

And i forgot to mention,the buttons are clickable and i'm able to select some values. Unfortunately the dropdowncontainer is transparent and the values aren't readable. Maybe u can help me here too?

Re: Missing DropDownButtons

Posted: Wed Jul 09, 2014 10:00 am
by HighAley
Hello.

Could you specify which version do you use?
Is only one image missed?
Could you send us a sample project which demonstrates the issue?

Thank you.