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.
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
Thanks for the reply. I was able to generate dynamic Groups in XamOutlookBar. Now I want the content to display either buttons or hyperlinks and should take group header as parameter. The group header is binded to a stored procedure and selected group should dynamically generate content picking it from a SQL table. Can you please help on how I can achieve this functionality. Also, I want the groups to collapse and expand on click instead of selected group showing on top.