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
5
votes
2 answers

How to make only selected Columns editable in ShieldUI Grid?

I am using ShieldUI for making an editable Grid on a webpage. A very similar grid can be found at this URL. My requirement is to make only 1 column editable while keeping the remaining columns as non-editable in the above Grid. The Documentation of…
3
votes
1 answer

ShieldUI Grid - show dropdown on insert only

I'm using the ShieldUI Grid, and would like to have a new row on the grid show a dropdown in one of the columns. This column is not editable and displays text. I want the user to be able to select a value from a dropdown, but it not be editable…
Michael Bowman
  • 245
  • 2
  • 12
3
votes
1 answer

How to include shieldui in asp.net mvc?

I'm new to shieldui js and asp.net mvc and I'm doing some examples for a train. I have no problem including the js in a html file but I'm struggling to include it in asp.net mvc. Lets say i have jquery and shield ui in Scripts folder. I did…
Expressingx
  • 1,480
  • 1
  • 14
  • 39
3
votes
1 answer

Shield UI XML Inline Edit

I do not understand a lot of Shield UI. Documentation is very vague to me. What I'd like to do is have the table that is produced with the code below to become editable. I've tried about everything and feel I am close but no avail. Could someone…
2
votes
0 answers

Showing datetime in x axis of shield ui chart

I am trying to show a chart with datetime x axis, i tried different formats for the date time field and none of them works(chart is not displayed) unless i send as year only for example:2019. Below is the code i am using. I appreciate any help on…
2
votes
1 answer

ShieldUI Grids: how to get the row where the doubleclick is fired

I have a search mask and I would like that when a double click on a line is made, the code of the selected line is returned. I am using the shieldGrid from shieldui. How can I get the selected row? I try to retrieve the selected row but it still…
2
votes
1 answer

How do I actually upload and remove files using the shieldUI uploader and php?

I am trying to make an Attachments Module for a website. Here is the Attachments controller script Attachments.php
timmac15
  • 59
  • 3
2
votes
0 answers

ShieldUI Grid Edit and Delete Buttons disappear after Filtering

I am trying to use a ShieldUI Data Grid with filtering and editing together. I am using in an ASP.Net core application. The funny thing is - I added the Edit and Delete Button to the rows and it initially seems to work. But when I am trying to…
Jan1409
  • 21
  • 2
2
votes
1 answer

How can we store Shield UI treeview data locally using angular js

I am using Sheild UI - tree view widget to construct tree view. Here I am dragging data from different div and drop into this ui-treeview div. I want to bind data to this tree view dynamically. Also, I need to store this component and its data in…
Nithya Neela
  • 75
  • 13
2
votes
2 answers

ShieldUI will not accept updated attributes

I have the following code: protected void SetChartToItem(Item item) { ShieldChart1 = new ShieldChart(); ShieldChart1.Width = Unit.Percentage(100); ShieldChart1.Height = Unit.Pixel(400); ShieldChart1.CssClass =…
2
votes
1 answer

ShieldUI barcode Text setFontSize

I am trying to generate a barcode, using ShieldUI for Wicket. For the barcode, I also need to display the text. I am trying to set the size of the text, but the output is not good, the barcode somehow overflows of setting the text size. Barcode…
newUser
  • 139
  • 1
  • 1
  • 4
2
votes
1 answer

creating and destroying shieldUI widgets

I am coming from a different development background with a very little jQuery and/or shieldUI knowledge. Can someone please very shortly explain how to remove/destroy shieldUI components or widgets? I don't see any special widget method therefore I…
hpet
  • 299
  • 2
  • 14
2
votes
1 answer

change content on resize without page refresh?

I'm using ShieldUI's "Tabs" and there is a property for the tabs position. I want when the screen width is >= 768px to display the tabs at "left" and while <= 768px to display them on the "top". I came to here: var $window = $(window); var $pane =…
Expressingx
  • 1,480
  • 1
  • 14
  • 39
2
votes
1 answer

ShieldUI Grid Column min width

Is there a property or a way to specify a minimum width for a column in a ShieldUI Grid? $("#grid1").shieldGrid({ dataSource: { data: products, sort: [ { path: "['Category']['CategoryName']",…
lyub35
  • 300
  • 1
  • 5
2
votes
1 answer

Shield UI Bar chart Asymptote

I want to generate Asymptote of a graph. Shield UI is providing option is manually put object array in .Data function, however I want to calculate Asymptote with a function which will return an object array. This array can be passed to below .Data…
1
2 3
15 16