Hi all,
I have a rad grid in my application.
On this rad grid, there is a context menu defined. When I rightclick on the radgrid, this context menu pops up. It has an option to open the details of the items listed in the grid. This works fine in a normal scenario.
But......
When I group the items in the grid, and Collapse the first group, and right click on the first item in the next group and open it's details, I find that the details of some other item are displayed. After the R&D I had done in this case, I find the following.
For example:
Consider a rad grid with the followin arrangement.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Group 1
Row 1
Row 2
Row 3
Group 2
Row 4
Row 5
Row 6
Group 3
Row 7
Row 8
Row 9
Row 10
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
In the above arrangement, if I collapse Group 1 and right click on Row 4, the context menu popsup, and when I open the details of this row, I find that the details of Row 7 are being shown, which means Row 4 + 3 items = Row 7. There are 3 Rows in the First Group. It is adding up in the above fashion and showing the details of the wrong item.
This happens when ever I collapse groups and try opening the details of an item in the rad grid.
Kindly help me out at the earliest possible.
I have a rad grid in my application.
On this rad grid, there is a context menu defined. When I rightclick on the radgrid, this context menu pops up. It has an option to open the details of the items listed in the grid. This works fine in a normal scenario.
But......
When I group the items in the grid, and Collapse the first group, and right click on the first item in the next group and open it's details, I find that the details of some other item are displayed. After the R&D I had done in this case, I find the following.
For example:
Consider a rad grid with the followin arrangement.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Group 1
Row 1
Row 2
Row 3
Group 2
Row 4
Row 5
Row 6
Group 3
Row 7
Row 8
Row 9
Row 10
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
In the above arrangement, if I collapse Group 1 and right click on Row 4, the context menu popsup, and when I open the details of this row, I find that the details of Row 7 are being shown, which means Row 4 + 3 items = Row 7. There are 3 Rows in the First Group. It is adding up in the above fashion and showing the details of the wrong item.
This happens when ever I collapse groups and try opening the details of an item in the rad grid.
Kindly help me out at the earliest possible.