Hi Ertan,Based on your error, the rGroups BO is doing something that requires the CurrentRow to exist, since that is not the case "CurrentRowIndex: -1" then you get the exception.
Put some validation in your code to check for the BO.Count > 0 to avoid this kind of error.