Manish Dalal's blog
Exploring .net!
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ASP.NET
DataGrid
Silverlight
Sponsors
advertise here
Navigation
Home
Blogs
Archives
October 2009 (1)
July 2009 (1)
April 2009 (1)
February 2009 (1)
December 2008 (1)
November 2008 (3)
October 2008 (3)
September 2008 (5)
August 2008 (4)
License
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License
Recent Posts
5
Comments
Silverlight 3 Custom Sorting with Paging Support
by
manish.dalal
This post updates the custom sorting technique I had originally posted for Silverlight 2 and adds paging support. Introduction Silverlight 3 includes PagedCollectionView class, which provides grouping, sorting, and paging functionality for any data source...
Filed under:
Silverlight
,
ASP.NET
,
.NET
35
Comments
Silverlight 3 ComboBox Control
by
manish.dalal
This post outlines technique for displaying ComboBox control with .net RIA services to handle Foreign Key scenarios....
Filed under:
Silverlight
,
ASP.NET
,
.NET
3
Comments
Silverlight ObjectDataSource
by
manish.dalal
A DataSource control represents a data object that acts as a data-interface for the data bound controls. In terms of MVVM pattern, it represents the ViewModel. Silverlight 3 introduces the DomainDataSource as part of .net RIA Data Services, that can be...
Filed under:
Silverlight
,
ASP.NET
,
.NET
11
Comments
Silverlight ServiceReferences.ClientConfig Alternatives
by
manish.dalal
Silverlight uses the ServiceReferences.ClientConfig file to store and lookup WCF related configuration. Since the ServiceReferences.ClientConfig file is packaged and deployed along with the application in a XAP file, you have to change it for QA, Production...
Filed under:
Silverlight
,
ASP.NET
,
.NET
13
Comments
Silverlight DataGrid Custom Sorting
by
manish.dalal
Silverlight DataGrid provides automatic sorting functionality for any data source that implements IList. It does this by internally wrapping the data source in a ListCollectionView. However there are many situations where it is desirable to alter the...
Filed under:
Silverlight
,
ASP.NET
,
.NET
,
DataGrid
5
Comments
Cross Browser Clipboard : DataGrid with Excel support – Part 2
by
manish.dalal
In the previous post we saw how to implement Copy and Paste clipboard operations, completely in Silverlight with cross browser support. In this post, we will extend the functionality to support multiple rows and introduce some Excel like enhancements...
Filed under:
Silverlight
,
ASP.NET
,
.NET
9
Comments
Cross Browser Copy and Paste in DataGrid with Excel support – Part 1
by
manish.dalal
Silverlight 2 is a cross browser platform(plug-in), providing developers with a familiar .net programming model for building RIAs. However it is also a relatively young platform. This came to surface other day when a tester came to me complaining about...
Filed under:
Silverlight
,
ASP.NET
,
.NET
5
Comments
ConfigSwitcher: ServiceReferences.ClientConfig Switcher Utility
by
manish.dalal
Silverlight 2 uses ServiceReferences.ClientConfig to store WCF related configuration. It is packaged and deployed along with the application in XAP file. Since XAP is a compressed file container (similar to zip), it is possible to uncompress the XAP file...
Filed under:
Silverlight
,
ASP.NET
,
.NET
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:
Silverlight
,
ASP.NET
,
.NET
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:
Silverlight
,
ASP.NET
,
.NET
More Posts
Next page »