Questions tagged [shieldui]

Shield UI is a framework for building complex webpages. Built with HTML5, jQuery, CSS3, and SVG, the Shield UI component suite makes your applications fit for today's web. It enables a consistent look and feel for your web project on both desktop and mobile devices.

ShieldUI is a framework for building complex webpages. Built with HTML5, jQuery, CSS3, and SVG, the Shield UI component suite makes your applications fit for today's web. It enables a consistent look and feel for your web project on both desktop and mobile devices.

In addition to the JavaScript widgets, there are also server-side wrappers for ASP.NET, ASP.NET MVC and Apache Wicket for JAVA.

The ShieldUI framework includes various components:

  • Chart component featuring 23 different chart types
  • Grid widget supporting editing, sorting, filtering, virtual scroll and many other complex features and customization capabilities
  • Barcode and QR Code components
  • Many other widgets for improving the traditional HTML components' functionality and look&feel
231 questions
-1
votes
1 answer

Code examples for ShieldUI components in ASP.NET Core C#

I have been asked to evaluate ShieldUI components for use in an ASP.NET Core web app that uses Razor pages. The documentation for the components I am most interested in using, the Menu, Calendar, and Grid, is devoid of any in-depth explanations and…
JNickVA1
  • 418
  • 7
  • 23
-1
votes
1 answer

Remove "by ShieldUI"?

I am not sure where this gets added to the footer of my grid. by ShieldUIDemo Version I am using the version for non-profits. How do I remove it?
MB34
  • 4,210
  • 12
  • 59
  • 110
-1
votes
1 answer

Using the Shield UI ASP.NET MVC events functionality

I have a Shield UI ASP.NET MVC and am trying to take use of the events functionality. I have taken som source code from the site and have placed it accordingly:
-1
votes
1 answer

Displaying the Shield UI JavaScripyt sparklines chart

I am trying to make some use of the new light-weight chart of ShieldUI- the Sparklines chart. I am copying the exact code from the page: https://demos.shieldui.com/mvc/sparklines-chart/basic-usage and am trying to run it on my computer. However I…
Dan Wilson
  • 11
  • 5
-1
votes
1 answer

Zooming In/Out a Shield UI Chart graph

I am wondering how scrolling for Shield UI Chart works? There is zoomMode, but how does one enable it?
Martin Nelson
  • 9
  • 1
  • 1
  • 4
-3
votes
1 answer

Setting Shield UI ASP.NET MVC Auto refresh rate

I am using a Shield UI ASP.NET MVC chart on my page. Here is some of my code: @(Html.ShieldChart() .Name("chart5") .PrimaryHeader(header => header.Text("Profile Hits")) .Export(false) .AxisX(axisX => axisX .CategoricalValues("Jan", "Feb", "Mar",…
1 2 3
15
16