How to do a grid disabled
I have a grid and when in double click a new windows appears with the row information selected in front-end, but i need the grid in disable state. The user can not be select any row. I prove with setStyle("visibility", "hidden""), but it hide the grid. I need the grid showed but the user cannot be select any row.
July 14,