Infragistics Silverlight RIA Services Webinar

Jason Beres [Infragistics] / Thursday, March 10, 2011

Thanks to everyone that attended the RIA Services seminar today, it was a pretty action packed hour.  Here are some very useful links:

Recorded demo MP4 file

Demo Source Code

Using Visual Studio LightSwitch Applications with WCF RIA Services

Using XamSchedule Solution with WCF RIA Services

Using the Infragistics XamGrid and XamDataChart with Hierarchical Data and WCF RIA Services

There was also a question on adding a Hyperlink column to the xamGrid - its pretty straightforward, add the column to the Columns collection just like anything else, just make sure its a Hyperlink :)

      <ig:HyperlinkColumn 

         ContentBinding="{Binding Name}" 

         Key="ProductUri" 

         TargetName="_blank">

         <ig:HyperlinkColumn.HeaderTemplate>

            <DataTemplate>

               <TextBlock Text="{Binding Source={StaticResource Strings} , Path=XWG_Grid_ProductName}" />

            </DataTemplate>

         </ig:HyperlinkColumn.HeaderTemplate>

      </ig:HyperlinkColumn>

There were also a couple of posts around Combo and RIA, I'll work something up and do a post tomorrow on those scenarios, so keep an eye out or follow me on Twitter (@jasonberes) to get notified.

If there is anything else you are having issues with on the RIA Services front, shoot me an email at jasonb@infragistics.com and I can help you out,

Thanks

Jason