Infragistics Blog

NetAdvantage for ASP.NET Product Changes in 2011 Volume 2
Infragistics has been developing ASP.NET controls since the ASP.NET framework was released during early 2000s. Since then, we have provided the toolset that have helped web developers take advantage of the Microsoft’s web platform, combined with the RAD environment & tooling for Visual Studio to build rich, interactive web applications.

The Impact of Screen Clutter on the User Experience
Most people would instinctively agree that cluttered screens – unorganized, overloaded and busy – are not desirable or a sign of great screen design.

Drop Shadow / Glow Effect Using XAML
As most of us know, Silverlight has built-in effects. However, these effects can be pretty memory intensive.

Optimizing Infragistics XamDataGrid Performance
The XamDataGrid component, one of the controls in the NetAdvantage for WPF Line of Business product (free trial version available here) is the most frequently-used component from our WPF product. It presents your tabular data, and allows you to group, sort, filter, compute column summaries, as well as control its layout by column grouping, reordering, pinning and many more.

WebDataGrid CSS Styling Guide
WebDataGrid CSS Styling Guide provides guidelines for customizing the appearance of the WebDataGrid using CSS. It covers modifying colors, fonts, cell sizes, borders, backgrounds, and animations, as well as applying custom classes to enhance the user experience.

ASP.NET Product Changes
With this blog post, we want to keep you up to date on some important changes coming in the ASP.NET toolset for the 2010. Read more here.

Set Up XMLA HTTP Access for SQL Server
In this article I will show you how to set up an SQL server that provides analysis services and XMLA HTTP Access to the Adventure Works database. In the end I will show a basic Silverlight application that uses this setup and Infragistics’ Silverlight PivotGrid to visualize the data.

ItemsSource for XamDockManager Elements
A number of people have asked about binding the ItemsSource of a TabGroupPane to their collection. This is not supported by the TabGroupPane so I thought I would explain why and provide an alternative approach.

MVC or MVP Pattern – Whats the Difference?
Over the years I have mentored many developers on using design patterns and best practices. One question that keeps coming up over and over again is: What are the differences between the Model View Controller (MVC) and Model View Presenter (MVP) patterns?