XAML Bullet Graph : introduction and some tips Marina Stoyanova / Tue, Feb 18, 2014 The main idea behind a bullet graph is to present a progress against a goal. It allows the end-users to visualize data in a simple concise view and thus create an attractive bar chart. The new xamBulletGraph...
Building a heatmap with XAML Grids Marina Stoyanova / Thu, Feb 6, 2014 The grid is one of the most useful controls for visualizing structured data. It gives you the opportunity to display and style your data according to your needs. There are numerous features that can help...
Get a descendant FrameworkElement based on its name. Brian Lagunas / Wed, Aug 22, 2012 Back in July I wrote a blog post that showed how to add a checkbox to the row selector of the XamGrid and data bind to it. The demo was written in WPF and used a method that exists inside a Utilities...
XamGrid Performance Optimization Using Simplified Templates Kiril Matev / Mon, Aug 13, 2012 The heart of the vast majority of Line of Business applications is the grid control. The XamGrid is a fully-featured, high-performance, highly-customizable grid control which is available as part of our...
XamGrid–Data Bind Checkbox in Row Selector Brian Lagunas / Mon, Jul 16, 2012 I was reading the Infragistics forums today and noticed a common question regarding the XamGrid control. Basically, there is a need to place checkboxes in the row selector of the XamGrid, and then data...
Touch Gesture Support for XAML NetAdvantage controls Damyan Petev / Wed, Jun 6, 2012 It has been a clear trend over the past years to move a big deal of interaction with applications from the usual desktop experience to touch-enabled versions – easily portable and compact tablets, comfortable...
Introduction to the Infragistics Undo / Redo Framework for XAML applications Damyan Petev / Fri, Apr 27, 2012 Application with heavy CRUD capabilities for the end user? Would the result be a chaos caused by users insisting for that one thing they just deleted? Turn that around (literally!) by providing some Undo...
Using Sparkline Chart Columns in XamGrid Damyan Petev / Thu, Apr 26, 2012 Not that long ago I demonstrated how you can integrate our Sparkline control inside the cross-platform XamGrid. Well it seems like that might be a thing of the past now – no, not the Sparkline integration...
New DateTimeColumn for the Infragistics XamGrid in 2012.1 Atanas Dyulgerov / Wed, Apr 25, 2012 In previous versions of NetAdvantage for SL and WPF you had two options to handle columns with DateTime format. The first one was to use the DateColumn, which displayed your date appropriately and provided...