What s wp7 equivalent of android s gridview?
I tried Grid
but it is not clear to that it its suposed to work like android s GridView
.
I want something like this:
Please take a look at this: protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e) { int index = Convert.ToInt32(e.CommandArgument); if (e.CommandName == "Edit") {...