Hi,
I wonder if there is a way to refer to the column other than $(mydbr_selected_cell) using its relative position to $(mydbr_selected_cell)?
I.e. for example I have a column that user clicks and invokes report and I'd like to reflect this user action by updating value in another column without full screen refresh.
$(mydbr_selected_cell).text() is very handy way to do it with the column user acted on. Is there way to refer to the column prior/after to $(mydbr_selected_cell) in result set?
Thank you