• Multi-column combo box – NetAdvantage for jQuery

    In this article I will show you how to turn the Infragistics’ jQuery combo box into a multi-column combo box. This would be useful if you want to display the values of more than just one property of each item in the dropdown list of the combo box. Using this design pattern you could simplify the life of your users by providing them with a more informative and descriptive way to choose items from a list.

    multicolumn combobox

    Straight…

    • Fri, Jan 13 2012
  • How to use the Calendar control as a Slicer for the XamPivotGrid – part 2

    Last week I blogged about creating a basic slicer that looks like a calendar and upon selection of dates from it the data in the pivot grid is filtered. Here is the link to that article if you’ve missed it.

    This week we’re going to build up on what we created before. I’ll start with handling change of level in the calendar (selecting year or particular month or going up a level). Then we’ll tweak the UI to show…

    • Tue, Jan 10 2012
  • How to use the Calendar control as a Slicer for the XamPivotGrid – part 1

    Recently we had a customer that had a requirement to build an app using the Infragistics Pivot Grid and filter the data in it using a calendar. He needed to be able to select specific dates that should be included in the results of the pivot grid and show results for selected month, year or all periods. As additional functionality he wanted to hide the totals and all header cells that are not on the level that need to…

    • Wed, Jan 4 2012