Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
In grid, There is one checkbox column, and one more hyperlinked text column.
My requirement is when checkbox is 'true' and it having hyperlink text then i have open popup.
To achieve this i used 'editableTable' as input and trigger the service through 'EditCellCompleted'. But am getting issue in this, here input going as infotable so if the end user changes rows line by line in same order there is no issues. Incase for eg. if i changed 1st row then 2nd row and again changing 1st row am getting conflicts there.
So i prefer to use 'Selected row' but selected row is not working when grid is editable.
Give me some solution.To achieve my requirement