Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1405
Dynamic Binding of XamOutlookBar
posted

Hi,

I want to bind <igOutlookBar:XamOutlookBar> to SQL Data to dynamically generate Groups and its content.Can someone please suggest how I can achieve that.

Thanks.

Parents
No Data
Reply
  • 30945
    Offline posted

    Hello,

     

    Thank you for your post. I have been reading through it and I can suggest using Entity Framework to create groups for the XamOutlookBar, from SQL Database. After creating the Entity model, you can set the GroupsSource property of the XamOutlookBar to the property of the context object that contains your data and you can modify the appearance of the content of the groups and their titles by using a style for the OutlookBarGroup. I have created a sample application for you, that shows how you can implement this approach. I am attaching the sample application and a backup of the database that I have used.

     

    Please let me know if you need any further assistance on the matter.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

    OutlookBarSQLSource.zip
Children