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

Created item can not be edited or deleted without a grid refresh in ShieldUI

I want to use the ShieldUI library (grid component) in order to present tabular data to the user. The issue with this library is that if I create a new item and right after I want to edit or delete it, the grid is unable to provide its id (as the…
Dani Grosu
  • 544
  • 1
  • 4
  • 22
1
vote
2 answers

Shield UI Grid Toolbar button click filters grid

So I have a grid that I am using a template for the toolbar. I have a column named Status. When Status = Request to Reschedule, Cancelled, Office Call Required, or Invalid Number, we want only those rows to show. So when the user click the button on…
Frangistar
  • 39
  • 5
1
vote
1 answer

Is there a way to add series to a chart without knowing ahead of time how many series will be in it?

I tried below code by adding foreach loop, it looked like it's not allowed to add code inside the Html.ShieldChart, anybody can help? Thanks in advance. @(Html.ShieldChart() .Name("chart1") .Theme("abc") ... foreach (PercentileRank p in prank) { …
Mark
  • 11
  • 1
1
vote
0 answers

Grid saveChanges and then filtering changes datasource of the grid in shield ui

I'm using shield ui for a backoffice I'm creating, but I've found a main issue that I can't seem to solve. I have a grid that has cell editing, window pop up, paging and filtering (both by column and by search). The main issue I'm having is that…
jordi pino
  • 33
  • 4
1
vote
1 answer

Search by filtering really slow with a lot of registers

I'm using the shield ui grid to show aproximately 20k rows of data. I want to filter those registers using the search by filtering functionality (https://demos.shieldui.com/web/grid-general/search-by-filtering). The problem I'm encountering is that…
jordi pino
  • 33
  • 4
1
vote
2 answers

Add Next Page when exporting PDF with ShieldUI

i have a problem when i tried to export data from table in my page to PDF using ShieldUI. In my page it's shows 200 row data, but when i export to pdf, it's just show 16 row data and just one page, it's hidden another data that should be in the next…
moonPride
  • 141
  • 3
  • 13
1
vote
1 answer

how to read data from Shield UI grid datasource after applying savechanges method?

I am using Shield UI grid for displaying data in html page.I have applied savechanges method on datasource. I want to pass this saved data to excel. How can i read the updated data from the data source using java script.
meherabhi
  • 11
  • 3
1
vote
1 answer

Shield UI Grid Hyperlink on a Column Value

I am trying to use the values in a given column as a hyperlink using Shield UI's Grid. There doesn't appear to be anything on making a value within a column a hyperlink in the documentation. Does anyone have an idea how to make a hyperlink within…
Don
  • 81
  • 4
1
vote
0 answers

Shield ui grid inline editing remove first cell editing when updating the row

As I have mentioned in my title I need to set editable false of the first cell of the row once I click on edit button. But I don't need to apply this scenario when a new row adding to the table( table row insert). I figured out that the most…
Madushan Perera
  • 2,568
  • 2
  • 17
  • 36
1
vote
1 answer

ShieldUI Grid with LoadingPanel

I am using Shield UI Grid to populate a grid from our database. There is a lot of data and it takes a little while to load. On page load from another page, the default Shield UI LoadingPanel is displayed which is good. The problem is when…
Don
  • 81
  • 4
1
vote
2 answers

shieldui grid scrolling enabled using asp.net

I am using the Shield UI grid and wanted to use the 'Scrolling Enabled="true"' option. I have it set-up like on their demo page (https://demos.shieldui.com/aspnet/grid-general/scrolling) and I get the same results as their demo. For the ASP.Net…
Don
  • 81
  • 4
1
vote
1 answer

ShieldUI Grid Multiple CustomEditors

i am wondering if anybody has used two or more shieldui grid custom editors on the same page. How would this work with the getCustomEditorValue function (updated with their stock example)? I am guessing that i need to do something inside of the…
1
vote
1 answer

Can't print an exported shield ui grid to excel

I'm trying to print an excel that was exported from a shield ui grid, but whenever i do so, excel stops working and crashes. If I save as the worksheet, close excel and open it again then I can print it, but this is very uncomfortable for the user.…
jordi pino
  • 33
  • 4
1
vote
1 answer

ShieldDateTimePicker not persisting into Grid edit mode ShieldUI

I am trying to get the Shield UI Grid control to have a DateTimePicker in edit mode. I have been able to add it to the view mode, but it is not persisted when you click edit for the row. Additionally, the DateTimePicker is not correctly rendering…
Andrew
  • 311
  • 2
  • 13
1
vote
2 answers

Add extra page in pdf when table doesn't fit in that page using Shield UI Export Pdf

I am using ShieldUI for exporting HTML table to pdf. On using , my table content exceeds the page size height and rest of the contents are hidden from the page rather than displaying it in second page. I want to move the rows that doesn't fit in…
Sriram J
  • 174
  • 1
  • 1
  • 9