Selected color
Hi,
I have looked through the forum but not found the solution, the applikation i'm woorking on has several grids on the screen at on time.
I have tried to make a solution where i can see on the selected color if the grid is active.
obj.onControlDeactivated = function(){obj1.getRowTemplate(0).setClass("column","selectedin")};
obj.onControlActivated = function(){obj1.getRowTemplate(0).setClass("column","selected")};
But i have trouble making it work.
I have looked through the forum but not found the solution, the applikation i'm woorking on has several grids on the screen at on time.
I have tried to make a solution where i can see on the selected color if the grid is active.
obj.onControlDeactivated = function(){obj1.getRowTemplate(0).setClass("column","selectedin")};
obj.onControlActivated = function(){obj1.getRowTemplate(0).setClass("column","selected")};
But i have trouble making it work.
Flaffer
July 15,