Folks,Just wondering of you ever added a row hiding feature like exists in Exce?Thanks
Can you be a little more specific about what you mean? There are a number of ways you might hide rows in Excel.
There's no built-in UI in the grid to allow a user to hide a row, but the row does have a Hidden property, so you could easily implement this via a right-click context menu or something.
Ah! My memory is dodgy - the problems I had before was with rows that had children and a solution involving setting the height to zero or 1 or something.
I presume it'll be easy to get some kind of visual that a row is hidden - Excel has the row numbers.
Thanks for taking the time.
You can use the RowSelectorNumberStyle property to display row numbers in the grid's RowSelectors.