Silverlight / WPF - DataTextField and DatavalueFields in Silverlight Combobox.?
Asked By Ramesh Nalla
10-Feb-12 04:33 AM
Hi All,
iam new to silverilght can any one please tell me the equvalent properties of
DataTextField and DataValuFields of silverlight combobox.
Thanks
Ramesh
Danasegarane Arunachalam replied to Ramesh Nalla
You need to handle the SelectedValuePath and DisplayMemberPath atrributes
<ComboBox ItemsSource="{StaticResource Custo}"
SelectedValuePath="ID"
SelectedValue="{Binding Text, ElementName=TextBlock1}"
DisplayMemberPath="Name" />
In the above example Custo is the customer object with properties of Name and ID, and using the Displaymember path the Name is displayed and using SelectedValuePath ID is displayed
Ramesh Nalla replied to Danasegarane Arunachalam
Hi
can you send me code please ,for example i have employee table Empname,Empid are the coloumns i want to bind These coloums to Silverlight combobox.
Thanks in advance
Ram
Danasegarane Arunachalam replied to Ramesh Nalla
HTML editor control in silverlight Silverlight / WPF hi. . i need HTML editor control in silverlight? i.e like fck editor. is there any control available in silverlight? need ur suggestions. . regards gopal.s some of the major vendors, like Telerik, offer such controls. You may also want to check out codeplex.com which has such offerings. There are many HTML editors you can use with silverlight. follow this link for example- http: / / www.mindscapehq.com / blog / index.php / 2012 / 03 / 27 / new-html-editor-control-in-silverlight-elements / We use ComponentOne's rich text editor in EggHeadCafe's Silverlight app for authoring
Export to excel, pdf in silverlight Silverlight / WPF hi. . how to Export to excel, pdf in silverlight from datagrid and generic lists. need ur suggetsions. . regards gopal.s check this, http: / / www.codeproject.com / Articles / 263560 / Export-Ajax-datagrid-to-excel-file http: / / www Excel-Word-PDF-without-Automation-f Create New Account keywords: Export, to, excel, pdf, in, silverlight description: hi. . how to Export to excel, pdf in silverlight from datagrid and generic lists. need ur suggetsions. . regards gopal.s
Create New Folder and upload files in silverlight Silverlight / WPF hi. . how to Create New Folder and upload files in silver light? need ur suggestions with examples. . . regards gopal.s check this, http: / / www.dotnetcurry.com / ShowArticle.aspx?ID = 722 Create New Account keywords: Create, New Folder, and, upload, files, in, silverlight description: hi. . how to Create New Folder and upload files in silver light need ur
Silverlight, WPF, XAML and InnerWorkings Coding Challenge This article explains a little of the history behind Silverlight (WPF / XAML) and what you can use it for. You’ll see how easy it is coding challenge featuring a sample app that demonstrates how to use and transform video in Silverlight. Getting Started with Silverlight One of the most talked-about aspects of Silverlight is its undeniable technical accomplishments. In an age of 50 megabyte downloads, Microsoft managed to squeeze large parts of WPF and a mini-CLR into a tiny browser plug-in, currently under 5MB. Not only
wpf sample Silverlight / WPF Hi, please give some basic wpf samples. . . . .because am new to wpf concept. . . . Windows Presentation Foundation (WPF) is the code-name of the presentation (user-interfaces) sub system in Windows .NET programming model. Windows Presentation Foundation (WPF) provides developers with a unified programming model for building rich Windows smart client user experiences that incorporate UI, media, and documents. follow these tutorials for WPF- http: / / msdn.microsoft.com / en-us / library / ms754130.aspx http: / / www.c-sharpcorner.com / Blogs