iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
If you are currently developing Silverlight 3 applications, here are some good news for you. Starting from WebUI Studio for Silverlight SP1, you can now enjoy some exciting features of Silverlight 3 in Presenter lineups, such as:
The element to element binding architecture is now supported in the following components:
Note that you will need .NET RIA Services installed before you can play around with this new enhancement which you can grab from this link. The latest one was July 2009 Preview.
Wondering how easy it is to access and display data in Silverlight 3? See an example code below:
<riaControls:DomainDataSource x:Name="DomainDataSource1" QueryName="GetCustomers" AutoLoad="True" > <riaControls:DomainDataSource.DomainContext> <ds:NorthwindDomainContext/> </riaControls:DomainDataSource.DomainContext> </riaControls:DomainDataSource> <ISNet_Silverlight_Presenter_GridPresenter:GridPresenter x:Name="GridPresenter1" ItemsSource="{Binding Data, ElementName=DomainDataSource1}" DataKeyFields="CustomerID"> </ISNet_Silverlight_Presenter_GridPresenter:GridPresenter>
The beauty of the tight integration between Presenter and DomainDataSource is its seamless process while performing data retrieval. For instance, Presenter will recognize and refresh the displayed data when the data context in DomainDataSource is modified externally. In addition to data display, Presenter also supports two-way databinding out-of-the-box, and fully supports batch update as well for optimized data transaction performance.
See the live demo at sirius2.intersoftpt.com/presenter, or better yet, try the samples for yourself by downloading SP1 here.
If you have any technical questions, difficulty, or feedback while developing Silverlight applications, please post them in this forum. We'll try our best to address your challenges with Silverlight 3's best practices and guidelines.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname