leandropoblet
12 years agoFrequent Contributor
FindRow Not really finding
Hi there,
Im trying to sellect a row in what seems to be a System.Windows.Controls.DataGrid.
It's a WPF application so the object address is hugh.
This is the call:
var jobGridCellTextBlock = sharedJobsGrid["FindRow"]("Job Type", jobtype);
(where jobtype is defined and has a valid value)
Result is being displayed in... Chinese(?):
Total number of items: 12.
Items: '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', ...
There's actually 12 elements in the header, which is obviously OK, but there's no chinese characters at all in side the app.
I tryed all "Find..." instructions with no results.
Can anyone help me with that?
Cheers in advance
Im trying to sellect a row in what seems to be a System.Windows.Controls.DataGrid.
It's a WPF application so the object address is hugh.
This is the call:
var jobGridCellTextBlock = sharedJobsGrid["FindRow"]("Job Type", jobtype);
(where jobtype is defined and has a valid value)
Result is being displayed in... Chinese(?):
Total number of items: 12.
Items: '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', '넀疪', ...
There's actually 12 elements in the header, which is obviously OK, but there's no chinese characters at all in side the app.
I tryed all "Find..." instructions with no results.
Can anyone help me with that?
Cheers in advance