TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Alexander
NA
18
84.9k
C# WPF get the cell value from the selected row
Aug 13 2012 1:09 PM
Hey,
how can I get the cell value from the selcted row in Datagrid?
Normally I do this like this:
private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgs e)
{
string ID;
ID = dataGridView1.SelectedCells[0].Value.ToString();
}
But how can i do this within a WPF application?
Thanks
Reply
Answers (
12
)
How to isntall WPF for VS2005 with .net version 2.0
how to change the color of title bar of wpf window?