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...
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...
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 View-Model (MVVM) pattern? This post details some...
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 do not fit your needs? In this post I'll show...
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, compute summaries, and so on. Even though...
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, which retrieve a list of items to display...
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 familiar with XamGrid single-column...