PDA

View Full Version : Last selection on grid wont go away! help!


boutinm
02-06-2006, 10:17 AM
I have a grid component in a window component. If i select an item in the grid, then close the window component then reopen it, The last selection in the grid is still there. The odd thing is when clicking on other items the last selection will not go away.

Anyone had this problem before?

jcmaxx
02-07-2006, 08:12 AM
I haven't seen that particular problem but the grid component definitely has issues. Have you tried calling it's clearSelection() method as a workaround?

boutinm
02-07-2006, 10:11 AM
Just tried clearSelection() with no luck. Very wierd, i may have to scrap the grid component if i can't figure out whats goin on with this ;)

nosmas
02-24-2006, 03:08 AM
I faced the same problem. I ahve the following lin in my code file:

this.parent.contactGrid.clearSelection();

This does not work for me. Please advise.

nosmas
02-24-2006, 03:14 AM
Hi Guys,

It just worked for me. I was referencing the wrong object. It does work.