I am trying to move the selected cell in client side code after calling out to a service. On row click, I am setting the cells background color to indicate to the user which cell is selected. I am then passing that column to a service, which is writing some data to the corresponding field in the database. On success I am performing a rebind on the client side which updates my radgrid with the new data. I am also trying to "highlight" the next cell in the row, but have been unsuccessful in my efforts thus far.
Any ideas?
Any ideas?