hi all i'm new to silverlight and am trying to use the datagridview control to set up a mail inbox.
This involves a web service call to get back some xml to fill the datagridview I have this working fine. However I want to fill the usercontrol when the grid view is expanded to show the email content and attachments, like the demo. This involves another webservice call to get back some more xml with the email details (attachment, body) which would be shown on the usercontrol in textboxes when the gridview expands. does any body know what event i need to use to capture the expand event and to then do the webservice call and fill my user control?
cheers cooney
This involves a web service call to get back some xml to fill the datagridview I have this working fine. However I want to fill the usercontrol when the grid view is expanded to show the email content and attachments, like the demo. This involves another webservice call to get back some more xml with the email details (attachment, body) which would be shown on the usercontrol in textboxes when the gridview expands. does any body know what event i need to use to capture the expand event and to then do the webservice call and fill my user control?
cheers cooney