Hi. I've already reported this to the support team thru email, but I'd like to know if anyone else is experiencing this. If so, do you perhaps have a work-around or fix that you would be willing to share? I did get a patch for the GetSelectedCellsCount method in advgrid.pas from TMS support but it didn't work for me.
I'm using version 5.0.9 of this component in Delphi 7. The method is returning a count of 1 when it should be a count of 0. I have a vcl component named MGrid and is of type TAdvStringGrid. I can call MGrid.ClearSelectedCells and follow that immediately with a MGrid.GetSelectedCellsCount. At this point I would expect the returned result to be zero and I am getting a returned result of 1.
Has anyone else seen this?
Thanks!