Hello, I have two GridView in the same WPF windows, I would like to fill the sencond gridview with information that depend of the first gridview ... and I would not like to use Hierarchical, just when somebody click on a row in the first gridview, the second refresh automaticaly with some data ... how can I do it if I am using mvvm and I have a propertie that has those values???
Employment -> that it is binding in the fist gridview (have the name and the surname)
Employment.ComplexData. -> that I would like to binding to the second Gridview and have more data of the employment.
Any simple example please?
Thanks a lot
Employment -> that it is binding in the fist gridview (have the name and the surname)
Employment.ComplexData. -> that I would like to binding to the second Gridview and have more data of the employment.
Any simple example please?
Thanks a lot