This question is locked. New answers and comments are not allowed.
Hi,
I am using radgridview having GridViewToggleRowDetailsColumn. The row details of particular row is depended on that. So if I select that row and then expand, I get the row details using SelectedItem property of radgridview.
But, when I select particular row (second row) and expand another row (third row), the SelectedItem property of radgridview contains value of second row. Hence , the row details of 3rd row gives the value of second row, which is incorrect.
I need some way or property or event with which I can get value of third rowitem (the row which we do expand).
Kindly provide me the solution to this.
Thanks in Advance
Regards,
Meehir Jha
I am using radgridview having GridViewToggleRowDetailsColumn. The row details of particular row is depended on that. So if I select that row and then expand, I get the row details using SelectedItem property of radgridview.
But, when I select particular row (second row) and expand another row (third row), the SelectedItem property of radgridview contains value of second row. Hence , the row details of 3rd row gives the value of second row, which is incorrect.
I need some way or property or event with which I can get value of third rowitem (the row which we do expand).
Kindly provide me the solution to this.
Thanks in Advance
Regards,
Meehir Jha