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
2
votes
1 answer

Disable filtering for particular/some column

I have using ShieldUI grid in my project and in grid some column contain image and for that column I dont want to show filtering.Currently it will show for all column including image.So how can I hide it for image column and show non image column.
Pankaj
  • 3,131
  • 4
  • 14
  • 22
2
votes
1 answer

SheildUI Grid SaveToExcel proxy, What is SaveData?

In your MVC SaveToExcel proxy code: public HttpResponseMessage Save([FromBody] SaveData saveData) { var data = Convert.FromBase64String(saveData.Base64Content); var contentType = saveData.ContentType; // strip the content encoding and…
MB34
  • 4,210
  • 12
  • 59
  • 110
2
votes
1 answer

ShieldUI Grid with remote data that is NOT oData

Every remote virtualization demo show how to populate the grid but they all use oData. Can someone help me figure out how to use standard JSON returned from my web service? I have attempted to modify this demo with no success:…
MB34
  • 4,210
  • 12
  • 59
  • 110
2
votes
1 answer

Showing two series on a ShieldUI JavaScript Chart having different dataStart properties

I am trying to show some sales data using Shield UI JavaScriptChart. I have currently two series. The one contains data for the year 2012, and the second for 2013. Here is my code: dataSeries: [ { …
BellyMark
  • 127
  • 1
  • 8
1
vote
1 answer

Ordered Lists Inside ShieldUI Accordion

Is it possible to include an ordered list inside a ShieldUI accordion? Including one seems to break my accordion; I'm hoping there is some sort of flag or work around to get ordered lists working.

Delivery…

denkom
  • 31
  • 2
1
vote
1 answer

ShieldUI Grid Resizing

I'm currently evaluating the demo version of ShieldUI and have been playing with the grid control. I've bound to a local datasource and am trying to get column resizing working properly, but when I attempt to resize individual columns, there is a…
denkom
  • 31
  • 2
1
vote
1 answer

Any way to leave PrimaryHeader blank for ShieldUI Chart without getting the "ShieldUI Chart"?

I already have a label for my chart and don't want the default "ShieldUI Chart" to be the header for my chart. If I add my own PrimaryHeader I can get that to display, but I can't leave it blank or I get "ShieldUI Chart" in its place. My Header…
jroyce
  • 2,029
  • 2
  • 22
  • 45
1
vote
1 answer

how to add checkbox and checkall to grid in shieldui ASP.NET MVC

I want to add a checkbox and check all to grid in shieldui ASP.NET MVC
San Nguyen
  • 11
  • 1
1
vote
0 answers

ShieldUI Grid detailCreated auto show when loading data

Is it possible to automatic show detailCreated info for each row without click Hierarchy Button?
1
vote
1 answer

Exporting all records from Shield UI Grid

I am trying to export all data from a data grid. The shield UI example demo does export all records so I know it can be done! When I do it, it only exports the current pages data! Java code snippets: remote: { read: { …
timmac15
  • 59
  • 3
1
vote
2 answers

Loading AJAX Data on ShieldUI Data Grid

I just want to share how I was able to load the Data from AJAX Request into ShieldUI DataGrid, I didn't see any related post which has direct and clear answer so I thought maybe someone can use this as a…
apelidoko
  • 782
  • 1
  • 7
  • 23
1
vote
0 answers

Data not sync in ColumnTemplate in ShieldUI Grid component

I got two questions about ShieldUI grid component. Q1. when editing is enabled, you need to click cell to toggle edit/display mode. Is it possible to make it always showing editor component? Q2. When I attach ShieldUI components like numeric text…
Nick Yang
  • 60
  • 5
1
vote
1 answer

Is localization or i18n supported in ShieldUI grid component?

Has anyone done i18n (or localization) in ShieldUI Grid JavaScript component? I need to make column header showing different languages per language setting in browser. Did research on ShieldUI web site but found nothing. Thanks.
Nick Yang
  • 60
  • 5
1
vote
1 answer

How to set grid column title in dynamic way without using refresh function

I got requirement to set column title per condition. No Grid method allows me to set column title after table gets rendered. I tried with setting new title via manipulating its value in options. But after that, I'll need to call refresh() method to…
Nick Yang
  • 60
  • 5
1
vote
1 answer

Accessing the TitleBar close event from a grid button

I am launching a shieldwindow from shield Tree View. The shieldwindow has a single ‘close’ button on the TitleBar as per code below: var dbwindow = $("#mapworkpanel").shieldWindow({ width: "60%", height: "100%", …
Mario
  • 11
  • 1
1
2
3
15 16