It's a bit convoluted, let me explain the complete scenario :-
1. Every row of the grid has a link button when clicked opens a rad window to take user input.
2. On close of the rad window the control comes to the window closed client method.
3. depending on the user input here need to fire the command on the row that the user has clicked the linked button.
To achieve this i am passing the rowID from the parent page to the radwindow and back to the parentpage using an object. Now using the above mentioned method if i fire the command the command is always getting fired on the 1st row of the grid it wont take into consideration the rowID on which i want it to fire.
Please let me know if there is a better way to achieve this ?