Is it possible to segregate the difference between Check All and Normal select.

Is it possible to segregate the difference between Check All and Normal select.

I am having two rows in the Grid. Now whenever I select 2nd row, automatically select all is also getting checked.
And my requirement is to differentiate these two event. I want to process further on the basis of this.

If Rows are selected by clicking on Select all then no need to process.
And if second row is selected after selecting the first then first will be unchecked automatically and second will be checked.
It is like a Radio Button. But in Grid layout it is populating with check box only. I have gone thru all the recipe and tutorial but not found any thing concrete to get it solved.

Could any please suggest. Thanks.

OriginalPostID-141945

OriginalPostID-141945

  Discussion posts and replies are publicly visible

Parents
  • @mschmitt..

    I need to implement the following-
    Requirement -> User can select only one row

    Validation should happen only if User Checks "Select All".
    But if user select second row after selecting the first then Validation should not fail as previous first row check will be unchecked and second row will be checked and still there is only one selection and there should not be any Invalid selection.
Reply
  • @mschmitt..

    I need to implement the following-
    Requirement -> User can select only one row

    Validation should happen only if User Checks "Select All".
    But if user select second row after selecting the first then Validation should not fail as previous first row check will be unchecked and second row will be checked and still there is only one selection and there should not be any Invalid selection.
Children
No Data