I need to change the color of a selected row in a grid on click of a button in the row. Again on the next click of the button the color should change back to old color when it was rendered. Any suggesstion or help regarding the same would be helpful. Please reply as soon as possible.
one way is to maintain a model data variable for each row and you can use setrowStyle in gridViewconfig to color the complete row, based on that model data variable
did you mean with the click of the button also the selection should change?
This forum needs your help: you got hints from the community and now you have fixed your code? dont just reply with "now its fixed" or "i found the error"! please take the time to post also an detailed answer with the working code.