Tuesday, February 27, 2007

How do i access a selected record in a grid programatically in CRM 3.0?

How do i access a selected record in a grid programatically in CRM 3.0?

Learn how to determine programmatically which entity records a user has selected in the Microsoft Dynamics CRM 3.0 Web application grid. Develop custom code to perform a desired operation on each entity selected in the grid.

In addition to showing you how to obtain the list of selected grid items, this article demonstrates how to develop application code which makes use of the Microsoft CRM 3.0 SDK and runs under the .NET Framework 2.0. Up until now, Microsoft CRM 3.0 SDK applications were developed to run under the .NET Framework 1.x only.

Check this atricle on msdn here:- http://msdn2.microsoft.com/en-us/library/bb267367.aspx

Download Microsoft C# and Microsoft VB.NET versions of the sample code for this article: GridSelectedItems.exe

Happy programming - Dipesh

No comments: