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
vote
1 answer

How to properly use NumericTextBox for the numbers with decimal points

sorry for my english, i do not speak this language very well. My question - is it even possible to use the Shield UI widget NumericTextBox as a parser for entering numbers with decimal points? I have not found a suitable parameter for it. When using…
1
vote
1 answer

Shield UI GRID ASP.NET CORE MVC

I need help on how to use the grid to retrieve and modify data from SQL server database and save it back to the SQL server by using ASP.NET CORE MVC and entityframework CORE In other words I get the data from SQL database using the CONTEXT class…
Mo Ibrahim
  • 11
  • 2
1
vote
1 answer

FieldType.Number is capping the edit value to 100, any value more than 100 is automatically changed to 100

I have been struggling with this issue for a while now. In popup edit of Shield UI all the values that are entered FieldType.Number seems to have a upper limit of 100. Every value more than 100 gets automatically changed to 100. There seem to be…
1
vote
2 answers

Shieldui - ASP.Net Core CRUD operations - popup editing

I am very new to shieldui. I am facing some problems with shieldui grid for asp.net core. Can anyone help me out in getting shieldui grid CRUD operations for asp.net core with all grid functionalities like filtering, sorting and grouping. Please…
Praveen P
  • 11
  • 1
1
vote
1 answer

Can't initialize a google map in shieldSplitter after doing a splitter.refresh

I have a google map that works fine in a pane. but if I dynamically change the settings for the splitter with this first: var splitter = jQuery("#container").swidget(), options = splitter.initialOptions; options.panes = [ { size: '65%', min:…
Ken Williams
  • 829
  • 1
  • 10
  • 20
1
vote
1 answer

shieldSplitter collapse event not firing?

I'm using the shieldSplitter and the collapse event is not working. This is what I'm doing. I see no alert. Any idea? jQuery("#container").shieldSplitter( { collapse: function (event) …
Ken Williams
  • 829
  • 1
  • 10
  • 20
1
vote
0 answers

Shield UI Date Filtering in Grid

Is there any intelligent way to filter a Date column within the Shield UI grid widget? I am using custom date filter function dateFilter(cell) { $('') .appendTo(cell) .shieldDatePicker().swidget().focus(); …
Shiloh
  • 1,816
  • 4
  • 24
  • 29
1
vote
1 answer

Trying to build a ShieldUI chart from an Ajax data source

I am trying to include a ShieldUI chart and grid in an existing site that uses a View/Viewmodel setup. I have the underlying js functions pulling in the data from an API using an Ajax call and defining the ShieldUI controls but I have been unable to…
Rob
  • 29
  • 5
1
vote
1 answer

Create multi-column dropdown part of a listbox or combobox

I've managed to create a multi-column droplist part for a combobox as shown in the image. However I really don't like the way I've done it because I basically changed the default class (sui-listbox) which would mess up all comboboxes and…
pts4
  • 489
  • 1
  • 5
  • 12
1
vote
0 answers

Add a column header to the dropdown part of a listbox or combo box

I'm new to ShieldUI. Is is possible to add a column header to the dropdown part of a listbox or combo box? Thanks, pt
pts4
  • 489
  • 1
  • 5
  • 12
1
vote
1 answer

Column Title not showing as designed

ShieldUI v 1.7.36 NP URL: http://hccm.org/gala_signup_list.php Code HTML:
Javascript: $(document).ready(function() { …
MB34
  • 4,210
  • 12
  • 59
  • 110
1
vote
1 answer

Shield UI: Dragging to Create Group

I'm a designer who uses JavaScript / jQuery mainly for prototyping. I'm currently evaluating the Shield UI library for a project, and am mainly interested in exploring the grid capabilities. I've only been exploring the library for the last…
denkom
  • 31
  • 2
1
vote
1 answer

Problem with inline editting in sheildUI grid and sync editted data to SQL Server database

I have followed this link (demos.shieldui.com/aspnetcore/grid-editing/inline-editing) for editing data in shieldUI grid-inline editing for my ASP.NET Core web application (not MVC). That article was not fully helpful for me to update delete and…
1
vote
0 answers

Shield UI grid wrong value on edit whe grouping

I am testing this grid. It has several interesting features. But doing something very basic I find a problem that makes it practically unusable. When the grid is grouped. If I try to edit any record, the value that is displayed in the editable field…
Ariel Larraburu
  • 439
  • 1
  • 5
  • 14
1
vote
1 answer

Any way to set PrimaryHeader from codebehind in ShieldUi BarChart

I am using the asp.net version of shieldui for charts and have a barchart and would like to set the primaryHeader or secondaryHeader with data from the database. I searched the documentation page of shieldui website and could not find anything.…
jroyce
  • 2,029
  • 2
  • 22
  • 45
1 2
3
15 16