October 2008 - Posts

13
Comments

Cascading ComboBox by manish.dalal

In the post ComboBox in DataGrid , we examined the usage of a simple ComboBox, displaying a fixed list of values. One of the scenario that is quite common in business applications is that of a dependent data selection, where data from one item is used...
Filed under: , ,
4
Comments

Updated Samples for Silverlight 2 by manish.dalal

Now that Silverlight 2 has been released, I have updated all the samples. Conversion was mostly straight forward, with very few changes to code. Building Business Applications with Silverlight 2 Introduces the basic building blocks of a data centric application...
Filed under: , ,
15
Comments

Stealth Paging : DataGrid by manish.dalal

It is quite common to see paging of data in today’s web application. It allows developer to show only a fixed set of rows at a time and pulling next set of rows on demand, improving overall user experience. In a desktop application, user normally does...
Filed under: , ,
More Posts