Click here to Skip to main content
15,885,985 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Remove Selection of Listbox Inside of a Template Pin
Mark Salsbery21-May-09 8:08
Mark Salsbery21-May-09 8:08 
GeneralMessage Removed Pin
21-May-09 8:19
professionalN_tro_P21-May-09 8:19 
GeneralRe: Remove Selection of Listbox Inside of a Template Pin
Mark Salsbery21-May-09 8:21
Mark Salsbery21-May-09 8:21 
AnswerRe: Remove Selection of Listbox Inside of a Template Pin
Niladri_Biswas13-Jun-09 3:27
Niladri_Biswas13-Jun-09 3:27 
GeneralIntegration problem of Sub-reports using Bar-Charts with Main Report in a WPF application Pin
JiteshK20-May-09 2:59
JiteshK20-May-09 2:59 
QuestionBinding images to datagrid from database using silverlight Pin
pavanip20-May-09 2:16
pavanip20-May-09 2:16 
AnswerRe: Binding images to datagrid from database using silverlight Pin
Mark Salsbery20-May-09 4:54
Mark Salsbery20-May-09 4:54 
GeneralRe: Binding images to datagrid from database using silverlight Pin
pavanip20-May-09 18:02
pavanip20-May-09 18:02 
In datagrid I used the following attribute to call that function
LoadingRow="dGrid_LoadingRow"
But i am not getting when it will be fired and the code executes.I have written the following code in that event
private void dGrid_LoadingRow(object sender, DataGridRowEventArgs e)
{
FrameworkElement ele = dGrid.Columns[4].GetCellContent(e.Row);
string url = "http://localhost:52614/Display.ashx";
Uri imageUri = new Uri(url, UriKind.RelativeOrAbsolute);
(ele as Image).Source = new BitmapImage(imageUri);
}
But its not executing when i debug it line by line. Or can you please tell me tell me how to bind images to datagrid in silverlight.
GeneralRe: Binding images to datagrid from database using silverlight Pin
Mark Salsbery21-May-09 7:12
Mark Salsbery21-May-09 7:12 
QuestionWPF Issue Concerning Binding [modified] Pin
Tee12319-May-09 17:02
Tee12319-May-09 17:02 
QuestionRe: WPF Issue Concerning Binding Pin
Mark Salsbery20-May-09 10:52
Mark Salsbery20-May-09 10:52 
AnswerRe: WPF Issue Concerning Binding Pin
Tee12320-May-09 14:44
Tee12320-May-09 14:44 
GeneralRe: WPF Issue Concerning Binding Pin
Mark Salsbery20-May-09 14:58
Mark Salsbery20-May-09 14:58 
GeneralRe: WPF Issue Concerning Binding Pin
Tee12321-May-09 2:32
Tee12321-May-09 2:32 
GeneralRe: WPF Issue Concerning Binding Pin
Mark Salsbery21-May-09 6:21
Mark Salsbery21-May-09 6:21 
QuestionCustom window template and events Pin
armax7519-May-09 10:39
professionalarmax7519-May-09 10:39 
AnswerRe: Custom window template and events Pin
Niladri_Biswas13-Jun-09 3:29
Niladri_Biswas13-Jun-09 3:29 
QuestionCan I put Polygon inside Button Template Dynamically? Pin
salon18-May-09 23:51
salon18-May-09 23:51 
AnswerRe: Can I put Polygon inside Button Template Dynamically? Pin
Abhinav S19-May-09 3:56
Abhinav S19-May-09 3:56 
GeneralRe: Can I put Polygon inside Button Template Dynamically? Pin
salon19-May-09 23:35
salon19-May-09 23:35 
GeneralRe: Can I put Polygon inside Button Template Dynamically? Pin
Abhinav S20-May-09 4:55
Abhinav S20-May-09 4:55 
QuestionRegarding treeview using MVVM pattern PinPopular
Ravi Mori18-May-09 21:42
Ravi Mori18-May-09 21:42 
AnswerRe: Regarding treeview using MVVM pattern Pin
Pete O'Hanlon19-May-09 0:15
mvePete O'Hanlon19-May-09 0:15 
AnswerRe: Regarding treeview using MVVM pattern Pin
Mike Fuchs8-Jul-10 22:38
Mike Fuchs8-Jul-10 22:38 
GeneralRe: Regarding treeview using MVVM pattern Pin
Robert Graves6-Sep-11 9:02
Robert Graves6-Sep-11 9:02 

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.