As it turns out the Drag & Drop feature is like the gift that keeps on giving – new year and new enhancement to the functionality! May be because the Ignite UI Tree is flexible enough or maybe because the functionality itself is based on simple Add...
As promised in the previous blog on Drag & Drop with the Ignite UI Tree – some tips and tricks coming right up. If you haven’t already looked into the control’s features, now’s your chance – overview with main ones listed in the Documentation and...
The XAML Syntax Editor is pretty awesome control – I mean being able to create your own code editor is one and then just customize language and coloring and… add the fact that you can split the view and be on at line 50 and 500 at the same time and making...
The XamSyntaxEditor is one of the recent additions to the Infragistics toolset. It made an odd voyage from being announced as a CTP not with a release, but with a service release a bit over two months ago. And now it is on route to a XAML project near...
Time for some more fiddling with the elaborate API of the jQuery Editors helping you deliver awesome experiences! Here’s the quick jump list for the previous articles: jQuery Editors: How to get started and improve productivity and experience jQuery Editors...
Once you get to know Infragistics’ set of jQuery Editors you begin to realize they are packed with various options and all sorts of knobs to be tweaked. It’s quite the rich API and it can be put to good use to create awesome client-side experience for...
Being client-side controls I consider the editor widgets to have two major responsibilities - take some of the load of the server by preventing invalid user input from ever reaching it (various performance enhancements)and at the same time do their best...
The Infragistics jQuery package comes complete with a range of editor widgets to help with one of the most common tasks - gathering information from the user and making sure it is the one you need (validating it). Part of the product from day one –...
It has been a part of the company strategy to create a common experience while using our controls across all XAML platforms – something here at Infragistics we call the Unified XAML Product Strategy. Controls build on top of it are meant for rich...
I’ve had a couple of people ask for a way to highlight a cell red in the XamDataGrid if there was some sort of validation error. Now short of us implementing support for IDataErrorInfo (which is definitely on our roadmap); the way you currently...