Click here to Skip to main content
15,899,679 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF Combobox not navigating to items on key press Pin
Christian Graus24-Jun-09 21:08
protectorChristian Graus24-Jun-09 21:08 
GeneralRe: WPF Combobox not navigating to items on key press Pin
S Rajput24-Jun-09 21:22
S Rajput24-Jun-09 21:22 
GeneralRe: WPF Combobox not navigating to items on key press Pin
ABitSmart24-Jun-09 21:37
ABitSmart24-Jun-09 21:37 
GeneralRe: WPF Combobox not navigating to items on key press Pin
ABitSmart24-Jun-09 21:34
ABitSmart24-Jun-09 21:34 
GeneralRe: WPF Combobox not navigating to items on key press Pin
S Rajput28-Jun-09 18:45
S Rajput28-Jun-09 18:45 
QuestionData binding from a List to a Grid Pin
fjparisIII24-Jun-09 15:39
fjparisIII24-Jun-09 15:39 
AnswerRe: Data binding from a List to a Grid Pin
Christian Graus24-Jun-09 16:24
protectorChristian Graus24-Jun-09 16:24 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 3:34
fjparisIII25-Jun-09 3:34 
Christian Graus wrote:
Each window will need a different data source, representing the data you want to bind to.


I guess I didn't make it clear that each window does have a different data source. Each window uses the same class for the data source, but a different instance of that class.


Christian Graus wrote:
I would step back from what you're doing and set the source in code first, then make sure that works, then move towards XAML if you must.


Interesting. This is the opposite advice you get from MSDN, books, and vendors of 3rd party controls like Xceed. None of those sources want you in code to do stuff like this. It seems as if code is going against the grain of the WPF architecture.

Personally, I'd like a programmable interface that lets you specify the number of rows and columns and then set the value of each cell by row and column indexes. All this data-binding crap requires a whole new outlook and knowledge of an infrastructure that wasn't necessary back in the "good old days" of MFC. On the other hand, once the data binding is set up, everything is supposed to work auto-magically. The problem is acquiring the massive understanding of the data binding infrastructure, and to use it at all, you have to know the whole thing like the back of your hand.
AnswerRe: Data binding from a List to a Grid Pin
ABitSmart24-Jun-09 17:09
ABitSmart24-Jun-09 17:09 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 3:50
fjparisIII25-Jun-09 3:50 
GeneralRe: Data binding from a List to a Grid Pin
ABitSmart25-Jun-09 5:48
ABitSmart25-Jun-09 5:48 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 8:22
fjparisIII25-Jun-09 8:22 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 5:41
fjparisIII25-Jun-09 5:41 
GeneralRe: Data binding from a List to a Grid Pin
ABitSmart25-Jun-09 5:45
ABitSmart25-Jun-09 5:45 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 8:26
fjparisIII25-Jun-09 8:26 
AnswerRe: Data binding from a List to a Grid Pin
mittalamit24-Jun-09 20:18
mittalamit24-Jun-09 20:18 
GeneralRe: Data binding from a List to a Grid (unfortunately, it did not work) [modified] Pin
fjparisIII25-Jun-09 4:56
fjparisIII25-Jun-09 4:56 
AnswerRe: Data binding from a List to a Grid Pin
Mark Salsbery25-Jun-09 6:58
Mark Salsbery25-Jun-09 6:58 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 7:31
fjparisIII25-Jun-09 7:31 
GeneralRe: Data binding from a List to a Grid Pin
Mark Salsbery25-Jun-09 7:48
Mark Salsbery25-Jun-09 7:48 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 8:30
fjparisIII25-Jun-09 8:30 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 7:39
fjparisIII25-Jun-09 7:39 
GeneralRe: Data binding from a List to a Grid Pin
Pete O'Hanlon25-Jun-09 9:07
mvePete O'Hanlon25-Jun-09 9:07 
GeneralRe: Data binding from a List to a Grid Pin
fjparisIII25-Jun-09 9:29
fjparisIII25-Jun-09 9:29 
AnswerRe: Data binding from a List to a Grid Pin
Mark Salsbery25-Jun-09 7:23
Mark Salsbery25-Jun-09 7:23 

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.