Getting Started with Wijmo’s HTML5 OLAP Module: Create Basic Pivot Tables
With the introduction of Wijmo OLAP module, you’ll be able to implement high-speed HTML5 pivot charts and tables into your web-based applications. The built-in Excel-like UI and pwoerful data engine...
View ArticleWijmo OLAP: Customizing the UI and PivotGrid
The images in our Excel export post show a user interface that looks like Excel. They were built using two controls: The PivotPanel provides the area where you can drag and drop fields to build views,...
View ArticleWijmo OLAP: Filtering Data in a PivotGrid
Sometimes you may want focus on just a certain section of your data. Filters can be used to narrow down the data in your PivotGrid, allowing you to view only the information you need. Full Wijmo OLAP...
View ArticleWijmo OLAP: Answer Recurring Questions with Pre-Defined Views
As you can see from the previous post, it is really easy to build views by dragging fields within the PivotPanel control. If your users are familiar with Excel’s Pivot Tables, they will feel right at...
View ArticleWijmo OLAP: Exporting a PivotGrid to Excel
The PivotGrid control extends the FlexGrid, so you can export its contents to XLSX files in the same way you would export regular FlexGrid controls. Full Wijmo OLAP series: Getting Started with Wijmo’s...
View ArticleVideo: Getting Started with our TypeScript HTML5 Grid in Angular 2
Welcome to the Wijmo FlexGrid, an HTML5 grid control you can use in Angular 2 apps! In this video, we’ll learn how to: Configure Visual Studio 2015 Use NPM to get Angular 2 and accompanying libraries...
View ArticleWijmo FlexChart Video: Getting Started with our Typescript/HTML5 Chart using...
Welcome to the Wijmo FlexChart, a TypeScript and HTML5 chart you can build into an Angular 2 application. In this video, we’ll learn how to: Configure Visual Studio 2015 Use NPM to get Angular2 and...
View ArticleVideo: Getting Started with our HTML5/TypeScript Input Control in Angular 2
Welcome to the Wijmo Input control,an HTML5 and TypeScript-based input control you can use in an Angular 2 application! In this video, we’ll learn how to: Configure Visual Studio 2015 Use NPM to get...
View ArticleVideo: Build an Angular 2 Dashboard using Wijmo
Hello Everyone! In today’s video we’ll look at how to build an Angular 2 dashboard in under five minutes. If you haven’t watched our Getting Started videos, I highly encourage you to do so as this will...
View ArticleWebinar: Migrate your Angular 1 app to Angular 2
Learn how to make the jump to Angular 2 with Wijmo’s JavaScript UI controls! With the recent release of the Angular 2 Beta, you’re probably asking if it’s worth it to make the jump from Angular 1....
View ArticleImprove App Performance with Event Debouncing
When interactive applications use events to handle user actions, app performance can suffer. Debouncing resolves that problem by executing the event handler only once. Here’s how it works. Introduction...
View ArticleUsing Aggregation to Create a Custom Component in Angular 2
As part of the Angular 2 custom component series, today we’re looking into how to create a custom component using aggregation. Full Series Create a Custom Component in Angular 2: Class Inheritance or...
View ArticleCreating Custom Components in Angular 2: Inheritance or Aggregation?
In this blog series, we’ll look at the two primary methods of creating a reusable custom component in Angular 2: class inheritance and aggregation. We’ll look at the pros and cons of each method and...
View ArticleUsing Class Inheritance to Create a Custom Component in Angular 2
As part of the Angular 2 custom component series, today we’re looking into how to create a custom component by inheriting a base class. Specifically, we’ll create an InheritedGrid by deriving it from...
View ArticleThe Best Angular 2 Data Grid: FlexGrid
Plenty of JavaScript data grids exist in the market: open source, third-party, homegrown. Wijmo’s FlexGrid is currently the best data grid for Angular 2. Angular 2 Data Grid Basics: Small, Fast, and...
View ArticleFlexGrid: Client-side Excel Importing and Exporting in Angular 2
You can use the xlsx.js library to import and export FlexGrid to and from Excel files using only JavaScript or TypeScript (no server-side code). This sample uses a modified version of the xlsx.js...
View ArticleAllow Users to Control Grid Settings with FlexGrid and Angular 2
FlexGrid allows you to access many different options and properties of the control to customize and configure behaviors to meet project needs. But in some cases, you may want to empower your end user...
View ArticleCreating Simple Reports with AngularJS and Wijmo 5
Reporting is a common requirement for business applications. Many specialized tools—SSRS, FlexReport, Active Reports—are powerful and flexible, but have a learning curve associated with them. If all...
View ArticleCreating a Visual Studio Code Extension Using Wijmo
GrapeCity has recently released Excel Viewer, a Visual Studio Code extension that uses the FlexGrid and FlexSheet controls from Wijmo 5 to preview CSV files and Excel spreadsheets. Developed by...
View ArticleHow to Use Wijmo Controls in ReactJS Apps
Here’s a quick introduction on how to use Wijmo controls in your ReactJS applications.What is React?React is Facebook’s library for building user interfaces in JavaScript. React is unique and...
View Article