Craig Shoemaker 90 Craig Shoemaker is a software developer, podcaster, blogger and Product Guidance Manager for Infragistics. As host of the Polymorphic Podcast and Pixel8, Craig does what he loves most - making contributions to the community and drawing the best out of industry luminaries. Craig is a Microsoft ASP.NET MVP, ASP Insider and guest speaker at various developer user groups and tradeshows. Craig is co-author of the Wrox books "Beginning ASP.NET 2.0 AJAX", "Beginning ASP.NET Ajax" and a contributor to CoDe Magazine. In his spare time Craig enjoys looking for a haystack to hide his prize needle collection. Blog
A New Era of Ignite UI Help Documentation Craig Shoemaker / Wed, Apr 15, 2015 I am excited to announce that the Ignite UI help documentation is now hosted on GitHub and is available for your contributions! We’ve been working hard to re-tool the entire help experience for Ignite...
Using Ignite UI and ASP.NET MVC Craig Shoemaker / Tue, Mar 24, 2015 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...
Updated Ignite UI Help Viewer Now in Public Beta Craig Shoemaker / Fri, Dec 5, 2014 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...
Ignite UI + AngularJS: Now in Preview Craig Shoemaker / Thu, May 1, 2014 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...
Binding Complex Objects to an igGrid Column Template Craig Shoemaker / Wed, Mar 5, 2014 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...
Mocking Requests and Data for the Ignite UI igGrid Craig Shoemaker / Thu, Mar 28, 2013 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...
Remote Load-on-Demand with the Ignite UI igTree Craig Shoemaker / Wed, Mar 27, 2013 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...
9 Interactive Features of the Ignite UI igGrid Craig Shoemaker / Wed, Mar 20, 2013 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...
Get Started Learning Ignite UI Today! Craig Shoemaker / Wed, Mar 6, 2013 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...
Avoid this Obscure Error when Using the igGrid Control by Selecting the Right Root Element Craig Shoemaker / Mon, Feb 4, 2013 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...