Click here to Skip to main content
15,895,142 members
Home / Discussions / WPF
   

WPF

 
Questionwpf help Pin
lankaudaranga12-Aug-08 21:27
lankaudaranga12-Aug-08 21:27 
Questionis there an ultrashock.com equivalent for wpf? Pin
Leblanc Meneses12-Aug-08 14:32
Leblanc Meneses12-Aug-08 14:32 
QuestionGoogle Maps , Virtual Maps in SilverLight beta 2 Pin
fasih198112-Aug-08 2:09
fasih198112-Aug-08 2:09 
NewsMS Datagrid for WPF is here [modified] Pin
Jacquers11-Aug-08 21:29
Jacquers11-Aug-08 21:29 
QuestionHow to make DropDown in Silverlight. Pin
fasih198111-Aug-08 1:43
fasih198111-Aug-08 1:43 
AnswerRe: How to make DropDown in Silverlight. Pin
Michael Sync18-Oct-08 22:14
Michael Sync18-Oct-08 22:14 
QuestionFetching DataGrid Columns Data [modified] Pin
fasih198111-Aug-08 1:36
fasih198111-Aug-08 1:36 
AnswerRe: Fetching DataGrid Columns Data Pin
Syed Mehroz Alam12-Aug-08 1:31
Syed Mehroz Alam12-Aug-08 1:31 
fasih1981 wrote:
How to get the columns data(values) of selected row in a datagrid of silverlight in C# code?
My grid has multiple columns.I want to get the data of each column.

You can get use the DataGrid.SelectedItem property in a way like:
(dataGrid.SelectedItem as YourObject).AnyProperty


I hope this[^] article that I posted today may help you as it presents a master-detail UI using DataGrids and ListBox.

Regards,
Syed Mehroz Alam


QuestionDifferent backgound on different theme selection Pin
Darmi10-Aug-08 23:59
Darmi10-Aug-08 23:59 
QuestionHow i navigate on local Host Pin
wasimsharp10-Aug-08 23:11
wasimsharp10-Aug-08 23:11 
AnswerRe: How i navigate on local Host Pin
Syed Mehroz Alam12-Aug-08 1:45
Syed Mehroz Alam12-Aug-08 1:45 
QuestionSilverlight Beta 2 | VB | Linq to XML confusion Pin
crystal915410-Aug-08 9:42
crystal915410-Aug-08 9:42 
QuestionAny recommendation for WPF Datagrid?? Pin
Michael Sync10-Aug-08 4:53
Michael Sync10-Aug-08 4:53 
AnswerRe: Any recommendation for WPF Datagrid?? Pin
Jammer10-Aug-08 11:05
Jammer10-Aug-08 11:05 
GeneralRe: Any recommendation for WPF Datagrid?? Pin
Michael Sync10-Aug-08 18:14
Michael Sync10-Aug-08 18:14 
GeneralRe: Any recommendation for WPF Datagrid?? Pin
Jammer10-Aug-08 22:44
Jammer10-Aug-08 22:44 
GeneralRe: Any recommendation for WPF Datagrid?? Pin
Michael Sync10-Aug-08 22:46
Michael Sync10-Aug-08 22:46 
GeneralRe: Any recommendation for WPF Datagrid?? Pin
Michael Sync10-Aug-08 22:47
Michael Sync10-Aug-08 22:47 
GeneralRe: Any recommendation for WPF Datagrid?? Pin
Jammer10-Aug-08 22:55
Jammer10-Aug-08 22:55 
GeneralRe: Any recommendation for WPF Datagrid?? Pin
Michael Sync10-Aug-08 23:31
Michael Sync10-Aug-08 23:31 
AnswerRe: Any recommendation for WPF Datagrid?? Pin
Jacquers11-Aug-08 21:19
Jacquers11-Aug-08 21:19 
QuestionWindow Background Brush Change Pin
BlitzPackage8-Aug-08 10:07
BlitzPackage8-Aug-08 10:07 
AnswerRe: Window Background Brush Change Pin
Insincere Dave8-Aug-08 13:58
Insincere Dave8-Aug-08 13:58 
GeneralRe: Window Background Brush Change Pin
BlitzPackage8-Aug-08 15:41
BlitzPackage8-Aug-08 15:41 
GeneralRe: Window Background Brush Change Pin
BlitzPackage8-Aug-08 15:51
BlitzPackage8-Aug-08 15:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.