after starting with the line above,
in the grid I click with the right button and it displays
menu to select all. Having chosen not to do multiple selection,
what is the reason for selecting all?
if I go to the source and inhibit the menu call,
works as intended.
Or have solution without changing the source?
GridCtrl.cpp
if(multi_select || !select_row)
{
SelectMenu(bar); // if inhibiting this line its works as expected
isitem = true;
}