开发者

Navigate from datagrid to dataform in silverlight

开发者 https://www.devze.com 2022-12-13 17:40 出处:网络
I have a datagrid in my Silverlight-3 application. When I select a row in the datagrid, I need to able to go to a new page which contains a d开发者_如何转开发ataform having a detailed view of that par

I have a datagrid in my Silverlight-3 application. When I select a row in the datagrid, I need to able to go to a new page which contains a d开发者_如何转开发ataform having a detailed view of that particular row. I dont want to use "RowDetailsTemplate" property in datagrid. I want to navigate to a new page which contains my dataform.

How can I achieve that?


There are MANY ways to achieve what you want to do.

If you are looking for a deep-linking approach, you can look into the Silverlight Navigation Framework which is shipped with Silverlight 3.

You might also look into using a ChildWindow as a modal dialog to display the page.

For displaying the data item, you might consider using the DataForm control.

0

精彩评论

暂无评论...
验证码 换一张
取 消