jQuery Hierarchical Grid - Enabling paging, sorting & filtering in the grid Jordan Tsankov / Thu, Jan 26, 2012 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...
Using auto-complete, match highlighting and filtering in the jQuery igCombo Jordan Tsankov / Thu, Dec 8, 2011 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...
Using the xamGrid with Virtual Collections and MVVM [Infragistics]Radko / Wed, Nov 30, 2011 Have you ever wanted to build an application that uses the Infragistics Silverlight xamGrid which supports sorting, filtering, CRUD operations and data virtualization all constructed with the Model View...
XamGrid - Implementing Custom Column Filtering UI Nikolay Zhekov / Wed, Jun 1, 2011 XamGrid has tons of features to make it easier for you to show and manipulate your data. It provides two different UI patterns for filtering - FilterRow and Excel-like Filter Menu. But what if these two...
Quickly Filter your Infragistics XamDataGrid Data Using a XamDateTimeRangeSlider Kiril Matev / Fri, Jan 14, 2011 All too often, the XamDataGrids you use are bound to thousands of records. In order to allow your users to get actionable insights based on this data, you allow them to manipulate it – filter, sort, group...
Using Client-Side Filtering in Cascading ASP.NET WebDropDown controls Kiril Matev / Thu, Jul 15, 2010 Let’s say you have a requirement to have your application make the absolute minimum of calls to the server. One class of calls you can consider eliminating is the calls made by cascading drop down controls...
Using Multi-Column Filtering in the XamGrid Kiril Matev / Mon, Jul 12, 2010 Let’s say you’re well along the path implementing your application, when your users turn to you with a request to filter records in one of the XamGrids using a multi-column filtering condition. You’re...