Hi,
I have a grid in a tabstrip widget with two tabs. Everytime no row is selected in the grid (tab1), I want to disable the other tab (tab2). Unfortunately the Change event doesn't fire when a row is unselected so I achieved this by using the Cancel, Save, SaveChanges and Remove events for now. But with this idea, tab2 is not disabled, when the user chooses to cancel the destroy operation.
Any ideas?
Dietmar
I have a grid in a tabstrip widget with two tabs. Everytime no row is selected in the grid (tab1), I want to disable the other tab (tab2). Unfortunately the Change event doesn't fire when a row is unselected so I achieved this by using the Cancel, Save, SaveChanges and Remove events for now. But with this idea, tab2 is not disabled, when the user chooses to cancel the destroy operation.
Any ideas?
Dietmar