I have a Sub-Grid which I select 1 or more records from to do some changes on them. I want to get the number of selected records to compare it with the allowed.
there are some functions work on only 1 record and other functions work on 2 or more functions.
getSelectedRows > gets me the Guid
getTotalRecordCount > gets me the total number of records, not selected once.
*This post is locked for comments