Home › Forums › WinForms controls › Xceed Grid for WinForms › Add rows to Detail Grid › Reply To: Add rows to Detail Grid
What customer are basically looking for is the functionality to insert a row in the middle of a group of rows in the detail grid.
Example:
Detail grid has 4 rows. 1st Cell in each row is the number of that row in the grid. Customer wants to right click on row 2 and insert a new row. The new row then becomes row 2, and each row after it is renumbered accordingly.
In the master grid, I have achieved this by using a hidden column for sorting. ReNumbering works fine, and it appears to the customer to be inserting a row in the middle of a group of rows. They just want to be able to do the same in the detail grid.
Ideas?
If there is no way to achieve this, I will have to suggest the insertion row.
Thanks for you thoughts.
Imported from legacy forums. Posted by KenG (had 554 views)