• North American Sales: 1-800-231-8588
  • Global Contacts
  • My Account
Infragistics Infragistics
Menu
  • North American Sales: 1-800-321-8588
  • My Account
    • Sign In/Register
  • Design & DevelopmentDesign & Develop
    • Best Value
      Infragistics Ultimate The complete toolkit for building high performing web, mobile and desktop apps.
      Indigo.Design Use a unified platform for visual design, UX prototyping, code generation and application development.
    • Web
      Ignite UI for Angular Ignite UI for JavaScript Ignite UI for React Ultimate UI for ASP.NET Indigo.Design
    • Desktop
      Ultimate UI for Windows Forms Ultimate UI for WPF
      Prototyping
      Indigo.Design
    • Mobile
      Ultimate UI for Xamarin Ultimate UI for iOS Ultimate UI for Android
    • Automated Testing Tools
      Test Automation for Micro Focus UFT: Windows Forms Test Automation for Micro Focus UFT: WPF Test Automation for IBM RFT: Windows Forms
  • UX
    • Indigo.Design Desktop Collaborative prototyping and remote usability testing for UX & usability professionals
    • Indigo.Design A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
  • Business Intelligence
    • Reveal Embedded Accelerate your time to market with powerful, beautiful dashboards into your apps
    • Reveal App Empower everyone in your organization to use data to make smarter business decisions
  • Team Productivity
  • Learn & Support Support
    • Help & Support Documents
    • Blogs
    • Forums
    • Product Ideas
    • Reference Applications
    • Customer Stories
    • Webinars
    • eBook & Whitepapers
    • Events
  • Free Trials
  • Pricing
    • Product Pricing / Buy Online
    • Renew Existing License
    • Contact Us
Blog
  • Developers
  • User Experience
  • Business Teams
  • Tags
  • Contact author
  • Subscribe by email
  • More
  • Cancel
  • A New Era of Ignite UI Help Documentation

    Craig Shoemaker
    Craig Shoemaker

    I am excited to announce that the Ignite UI help documentation is now hosted on GitHub and is available for your contributions!

    Ignite UI help topics are now on GitHub

    We’ve been working hard to re-tool the entire help experience for Ignite UI which began with an brand new help viewer that went live in early 2015. Now, to accompany the 15.1 release, we are making the contents of our help documentation (excluding documents generated from code) available…

    • Wed, Apr 15 2015
  • Using Ignite UI and ASP.NET MVC

    Craig Shoemaker
    Craig Shoemaker

    Accompanying the 15.1 release we are focusing in on an aspect of Ignite UI that is specifically tailored to the ASP.NET MVC developer. In light of this effort, I wanted to share a few ideas for you to keep in mind as you begin to Ignite UI in ASP.NET MVC.

    Helper Syntax in a JavaScript World

    Although Ignite UI is a HTML5 and JavaScript-based jQuery UI control suite, you can interface with each control exclusively through…

    • Tue, Mar 24 2015
  • Updated Ignite UI Help Viewer Now in Public Beta

    Craig Shoemaker
    Craig Shoemaker

    Updated Ignite UI Help Viewer Now in Public Beta

    We are delighted to announce that the new Ignite UI help viewer is now in public beta and ready for your review. This new help viewer was build to help make the process of using an navigating Ignite UI product documentation much easier. Some of the features of the new site are:

    Ignite UI Help

    Unified Experience

    The help viewer now reflects the same layout as www.igniteui.com

    …
    • Fri, Dec 5 2014
  • Ignite UI + AngularJS: Now in Preview

    Craig Shoemaker
    Craig Shoemaker

    We are excited to announce that AngularJS support for Ignite UI is now available in a preview state!

    You can work with the running samples as well as get your hand on the code on GitHub. We'd love to have you clone the code and tell us what you think.

    Before you get started, here's a quick primer on what's happening when you use these directives.

    Using the Directives

    You can now use Ignite UI controls in…

    • Thu, May 1 2014
  • Binding Complex Objects to an igGrid Column Template

    Craig Shoemaker
    Craig Shoemaker

    Demo: Running code sample and GitHub repository

    When working with the Ignite UI igGrid you have the option to harness the column template feature in order to take control of how data is presented in a column inside the grid. While you can use the column template to make some relatively simple modifications to the data (e.g., add labels, etc.) you can also use it to take full control over the layout of a rendered column…

    • Wed, Mar 5 2014
  • Mocking Requests and Data for the Ignite UI igGrid

    Craig Shoemaker
    Craig Shoemaker

    Sometimes when you are working on a new feature of an application the server and client are either in development at different stages or maybe you just want to work out the particulars of a view in isolation from the server. To make this possible there are a few JavaScript libraries that makes it very easy to mock not only data used in the grid, but also Ajax requests to the server.

    The following screenshot is the ig…

    • Thu, Mar 28 2013
  • Remote Load-on-Demand with the Ignite UI igTree

    Craig Shoemaker
    Craig Shoemaker

    The Ignite UI igTree is a powerful client-side jQuery UI widget which has a ton of great features baked right into the control. One of the most valuable features of any tree is its ability to support load-on-demand from a remote server. On a recent project I used the tree to read through a series of XML files which represented many megabytes of data – a remote load-on-demand configuration was must in this situation.…

    • Wed, Mar 27 2013
  • 9 Interactive Features of the Ignite UI igGrid

    Craig Shoemaker
    Craig Shoemaker

    Thanks to all who attended my recent session on 9 Interactive Features of the Ignite UI igGrid. There’s a lot packed into the grid and features highlighted in the webinar just scratch the surface on what the grid can do!

    Demos Download

    If you’re interested in working through the samples I used during the demo, you can download the code here. Please note that you’ll need to setup a virtual directory named …

    • Wed, Mar 20 2013
  • Get Started Learning Ignite UI Today!

    Craig Shoemaker
    Craig Shoemaker

    Anytime you approach a new library or set of controls sometimes it’s nice to get a helping hand. In an effort to make it drop-dead simple for you to learn how to get started with Ignite UI, I am announcing the release of Fundamentals of Ignite UI.

    This video series will acquaint you with Ignite UI from some of the high level architectural constructs down to the details a control’s API. The first batch of videos…

    • Wed, Mar 6 2013
  • Avoid this Obscure Error when Using the igGrid Control by Selecting the Right Root Element

    Craig Shoemaker
    Craig Shoemaker

    Instantiating the igGrid control is straight-forward; you can simply create the control with a call similar to $("#grid").igGrid() and pass in grid options depending on your requirements. While it’s easy to construct a new grid this way, it’s also easy to overlook a small nuance which can have a significant impact on how you work with the control. In the end, the HTML element that is selected by the …

    • Mon, Feb 4 2013
  • Avoid Errors When Defining Resources with the Ignite UI Loader

    Craig Shoemaker
    Craig Shoemaker

    When defining resources in the $.ig.loader options, you have the option to explicitly load all the scripts associated with the control itself, load a selection of its features and even a load using a wild card option. When you are loading in explicit features the format of the resources string is very important – the list is comma delimited and spaces are not allowed.

    Therefore, when you are loading scripts……

    • Mon, Jan 21 2013
  • 5 Tips for Configuring Ignite UI Grid Columns

    Craig Shoemaker
    Craig Shoemaker

    The default settings found in the Ignite UI igGrid make working with data easy, but with a little customization you can quickly change how the data appears in each column.

    5 tips for configuring Ignite UI grid columns

    1. Manually Define Columns

    The first step to taking control of how data renders in the grid is to turn off autoGenerateColumns and manually define columns to explicitly set each of the column’s options.

    Options available for each column are:

    …
    • Wed, Nov 14 2012
  • 4 Steps to Binding XML Data to the Ignite UI Grid

    Craig Shoemaker
    Craig Shoemaker

    The Ignite UI Grid is a flexible jQuery and HTML-based grid control that can be bound to many different types of data sources - and XML data is no exception.

    4 Steps to Binding XML Data to the Ignite UI Grid

    1. Get the Data

    To begin, you first need to get data on your page. In this case your page needs to have XML either locally available on the page or as the result of an AJAX call.

    For simplicity’s sake the code example that accompanies this post has XML data local…

    • Tue, Oct 23 2012
  • Changes to the Help Installers in NetAdvantage 2012.2

    Craig Shoemaker
    Craig Shoemaker

    Summary

    • Help installers for Visual Studio 2008 are no longer available
    • The installer now supports Visual Studio 2010, Service Pack 1 (Help Viewer 1.1) and Visual Studio 2012 (Help Viewer 2.0)
    • There is a repairable known issue if you have both Visual Studio 2010, SP1 and Visual Studio 2012 installed on your machine

    Available Help Formats

    With the release of NetAdvantage 2012.2 we have made some changes to the available…

    • Thu, Oct 18 2012
  • Ignite UI Grid in the Desktop Browser and iPad

    Craig Shoemaker
    Craig Shoemaker

    One of the great characteristics of the Ignite UI jQuery grid is how well it works in both desktop and mobile environments. In this video I demonstrate the grid working with a number of interactive features enabled and you can see it working on an iPad as well as a desktop browser.

    • Fri, Oct 12 2012
  • ReportPlus How-To Videos

    Craig Shoemaker
    Craig Shoemaker

    ReportPlus dashboard

    Are you eager to get to know ReportPlus? Take a few minutes to check out the following videos that cover the basics as well as some in-depth features:

    • Introduction
    • Charts
    • Filtering
    • Maps
    • Wed, Sep 19 2012
  • iPad + You = Enterprise Reporting

    Craig Shoemaker
    Craig Shoemaker

    Which of these statements resonates most with you?

    "Management wants a reporting dashboard."

    "The client needs a reporting solution with the app we just delivered."

    "You can’t manage what you don’t measure."

    Reporting against data is a natural extension of just about any application. Beyond that, typical business environments are replete with data warehouses, SharePoint installs…

    • Wed, Sep 19 2012
  • Avoiding Remote Desktop Connection Error: Console Session in Progress

    Craig Shoemaker
    Craig Shoemaker

    I've recently ran into run into a remote desktop connection error where the error message:

    Your computer could not connect to another console session on the remote computer because you already have a console session in progress.

    ...doesn't exactly do justice as to what was really happening. I detail the workaround here.

    • Tue, Aug 21 2012
  • 2 Step Process to Upgrade Windows 8 JavaScript Applications from RC to RTM

    Craig Shoemaker
    Craig Shoemaker

    2 Step Process to Upgrade Windows 8 JavaScript Applications from RC to RTM

    Now that Windows 8 and Visual Studio 2012 are in their final state you may have a number of Windows 8 JavaScript projects built with the RC of Visual Studio 2012 that now need an upgrade to RTM bits. The upgrade process is simple: update the WinJS project reference and update the markup.

    Update the WinJS Reference

    The Windows 8 JavaScript project template includes a reference to WinJS by default. When you open a project…

    • Fri, Aug 17 2012
  • 3 Essential Tips for ASP.NET Developers Moving to WinJS / Metro Application Development

    Craig Shoemaker
    Craig Shoemaker

    ASP.NET to WinJS / Windows8 Development

    One of the most exciting announcements surrounding Windows 8 development is the fact that you can create Metro-style applications in HTML 5 and JavaScript. This means that you as a web developer can leverage your existing skills and tools and to develop Windows applications.

    However, moving from traditional web development to WinJS (a.k.a. Metro-style or Windows 8 applications) development can be a bit of an adjustment…

    • Mon, May 14 2012
  • What's in the NetAdvantage for jQuery 2011.2 December Service Release?

    Craig Shoemaker
    Craig Shoemaker

    Update API Reference

    Updated Home Page

    The home page of the NetAdvantage for jQuery API reference is updated to include screenshots of featured controls accompanied by direct links to help topics, samples and the individual API reference page.

    Updated Control Overview Pages

    The Overview tab of each control now features a rich set of content to get you oriented and up and running with the control quickly. The following…

    • Fri, Jan 13 2012
  • Introducing the WebDataGrid / WebHierarchicalDataGrid Cheat Sheet

    Craig Shoemaker
    Craig Shoemaker

    Allow me to confess something upfront. Saying the WebDataGrid / WebHierarchicalDataGrid Cheat Sheet is anything like a “sheet” is a bit of a stretch. I will say, though, in it’s 51* pages of goodness you have easy access to behaviors, events and common grid customizations. The step-by-step nature of the material demonstrates not only how to implement a specific feature of the WebDataGrid, but also describes the similarities…

    • Mon, Jul 11 2011
  • Enabling Web Grid Ajax Loading Indicator for WebDataGrid for WebHierarchicalDataGrid

    Craig Shoemaker
    Craig Shoemaker

    When dealing with asynchronous data processing you often want to give users an indication that action is being performed by displaying some sort of indicator. The WebDataGrid and WebHierarchicalDataGrid controls can easily be configured to display an Ajax indicator to the user.

    1. Configure the AjaxIndicator properties group
      1. Open the grid’s properties in the Property window
      2. Expand the AjaxIndicator section…
    • Fri, Apr 29 2011
  • Join Us on MSDN for the ‘Building Line-of-Business Applications with Silverlight 4’ Webcast

    Craig Shoemaker
    Craig Shoemaker

    Come learn about the fundamentals of Silverlight 4 in this MSDN webcast titled Building Line-of-Business Applications with Silverlight 4, hosted by Jason Beres (@jasonberes). Many tutorials take you through a cursory view of the Silverlight platform in context of a true-to-life application, but this session will dive deep into the latest capabilities of Silverlight 4 and along the way show you how the Infragistics Silverlight…

    • Tue, Sep 7 2010
  • Resources for High Performance Data Visualizations with Silverlight & WPF Webinar

    Craig Shoemaker
    Craig Shoemaker

    Thanks to everyone who joined us for the High Performance Data Visualizations with Silverlight & WPF webinar. Below you’ll find links to the resources mentioned during the session.

    Resources

    • xamDataChart with Real Time Data (video of demo you saw)
    • Setting Up a Fast Chart to Handle Real-Time Data Feeds & Large Data Sets in Silverlight
    • Hosting a WPF PivotGrid Delivering Advanced Data Analysis in Your Windows…
    • Thu, Aug 19 2010
>
  • Products
    • Developers
    • UX Pros
    • Business Teams
    • View All
    • Free Trials
  • Learn & Support
    • Help & API Docs
    • Blogs
    • Technical Support Chat
    • Forums
    • Submit a Request
  • My Account
    • Manage My Subscriptions
    • Support Requests
  • Corporate
      • About Us
      • Careers
      • Legal
      • News & Events
      • Partners
  • Privacy Policy
  • Cookies
  • Terms of Use