XamPivotGridGrouping 3 – Elements of a Pivot Grid In my last blog, we built out a GroupingFlatDataSource which we can use to supply the data to our XamPivotGridGrouping control. Before we start to look at exactly how to go about that, let’s...
XamPivotGridGrouping 2 - Providing the Data As I mentioned in my last post, we are going to make use of the XamPivotGridGrouping control to create a new WPF Football Statistics Analysis application. We'll use the XamPivotGridGrouping to showcase our...
Responsive Web Design has been abuzz for some time now. In case you just now clash with the term, it’s a web design approach aimed at crafting sites to provide an optimal viewing experience across a wide range of devices . Basically, a CSS3 / JavaScript...
Pivoting can be a very useful mechanism for summarizing data. Among other functions, pivoting data can allow you to sort, count, total or give the average of various data points. Pivoting data allows users to recognize patterns in that data, and can provide...
Are you an iOS developer? Maybe you’re starting to learn how to build apps for the iPhone or iPad and you want some help? Maybe you’ve already published some apps and you want to take your current and future projects to the next level with a killer UI...
If you’ve been reading the latest blog about the Column Moving feature of the Ignite UI Grid I’ve briefly mentioned Multi-column Headers. Well, just in case you missed it – that’s a fairly recent addition too! Through a very simple (and logical I think...
The Grid is one of Ignite UI’s bread and butter controls and its feature set just.. keeps growing! I guess that fact that Infragistics has done quite a few grid controls over the years helps. Ome of the latest additions is the The Column Moving feature...
This is a simple approach ( Grid_Binding_SelectedItems.zip ) on how to add a bindable property to your XamDataGrid that can be used to control the SelectedItems from your view model. In the sample I have made a View Model that has an ObservableCollection...
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...
A few weeks ago I wrote about the launch of NucliOS , the new Infragistics suite of native controls for iOS developers. NUCLiOS provides the core controls developers need to build high performance, highly visual iPad & iPhone applications. NucliOS...
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. 1. Manually Define Columns The first step to taking control of how data renders...
With every release comes a set of release notes that reflects the state of resolved bugs and new additions from the previous release. You’ll find the notes useful to help determine the resolution of existing issues from a past release and as a means...
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. 1. Get the Data To begin, you first need to get data on your page. In this case your page needs...
When in need of displaying columns with separate data – be it from a different source or based on the values of others – this new column type will prove truly helpful. Be sure to read the introductory blog on how to get started with jQuery Grid Unbound...
iOS sure has come a long way… iOS was initially introduced as a platform for consumer devices via the iPhone in 2007. The rise of the Apple App Store in 2008 quickly made the iPhone the top consumer smartphone choice for enthusiasts and knowledge workers...