-
The Ignite UI map is already a control that boasts a wide variety of features , proving useful in a number of different scenarios. I have been posting about the map’s current capabilities; this post and another one which will follow shortly will shed...
-
As a follow-up in the series of blogs , this one will be about the other major type of maps – shape series. While the symbol series are all about individual points or “places” , the shape series are meant to define regions. This means...
-
Hey people ! This post , along with four more will try to shed light on the latest addition to the range of Infragistics jQuery controls – the jQuery Map. Albeit in a CTP stage , you can expect to squeeze a lot of use out of this widget. This blog post...
-
With the arrival of the 12.1 release of Infragistics for jQuery , the Pie Chart control is no longer in a CTP state. This brings an amazing opportunity to display quantitative relations in an easily-understandable way. After reading this blog post , you...
-
Coming with the 12.1 release of the Infragistics jQuery product line is a new feature for both the jQuery Grid and jQuery Hierarchical Grid. Checkbox columns let your grid render boolean variables as checkboxes – this way you don’t need to...
-
Just like every other Infragistics jQuery control, the hierarchical grid comes with events you may attach handlers to. Due to the nature of the grid, however, it might prove difficult to determine exactly where was an event fired. You will probably have...
-
If you have worked with our jQuery Hierarchical Grid, you most certainly have respect for the sheer amount of data you can load it with. You can have multiple levels of grids all connected to a single entry in your hierarchical grid. The amount of information...
-
Enabling load on demand can be very beneficial for your Infragistics jQuery Tree’s performance. Loading on demand will decrease page loading time in two ways: Additional sub-nodes will not have their HTML elements rendered until the moment they...
Tags / JavaScript, NetAdvantage, jQuery, igTree, Tree, checkbox, load on demand, load, navigation, demand, keyboard, keyboard navigation
-
With NetAdvantage for jQuery in your hands, you are dealing with one of the most feature-complete jQuery controls package on the market. All of the components come with an amazing amount of built-in functionality that is just waiting to be tapped in....
-
In this blog post, we will discuss how to spice up your igGrid widget by adding interaction options. Namely, this means letting your users select data directly by clicking on it. Yeah, this is out-of-the-box functionality that comes with NetAdvantage...
-
Column Hiding is one of the igGrid features bundled into NetAdvantage for jQuery. It will enable an igGrid user to alter the amount of information he sees by hiding certain columns or revealing ones that might have been hidden. This is quite helpful since...
-
Upon taking a look at all the available options for our NetAdvantage for jQuery igCombo widget, one can see how easy it is to accidently miss an option or two. Chances are, if you have been going for a quick setup of your control, you might have missed...
Tags / JavaScript, igCombo, Combo, NetAdvantage, jQuery, complete, filtering, filter, highlighting, auto complete, highlight
-
One of the out-of-the-box features of the igGrid control is Column Summary. These column summaries are not a wall of text that adds extra description to the type of data a column holds. Rather, they represent aggregate functions that you can apply to...
-
Introduction If you have always wondered how to make every igTree widget have an unique feel to it, then let me introduce you to templating in jQuery. Templating is a client-side way of interweaving data with markup. What this means is, in essence, you...
-
Even though the igGrid does its job perfectly and exposes hundreds of data entries in an easily accessible for the user manner, sometimes this may not be the only thing you’re after. Maybe you’re after aesthetically-pleasing looks as well...