G
Guest
Hi!
I've a Tabcontrol with 2 tabs. The second one (index=1) has inside a
ComboBox which I validade depending on its selected values (bound from
DataView). In other words, when ComboBox.SelectedIndexChanged is raised I
analize the its SelectedValue and, for example, I switch the Button.Enabled
property to True or False.
But there is a strange issue. When I show the form I just see the first
Tabcontrol Tab (index = 0), ok!. Until I enter the second tab the
ComboBox.SelectedIndexChanged is not raised! In this case, the validating
doesn't occur until I enter the second tab (index = 1).
Do I need to activate de combobox or something like that?
Thanks
I've a Tabcontrol with 2 tabs. The second one (index=1) has inside a
ComboBox which I validade depending on its selected values (bound from
DataView). In other words, when ComboBox.SelectedIndexChanged is raised I
analize the its SelectedValue and, for example, I switch the Button.Enabled
property to True or False.
But there is a strange issue. When I show the form I just see the first
Tabcontrol Tab (index = 0), ok!. Until I enter the second tab the
ComboBox.SelectedIndexChanged is not raised! In this case, the validating
doesn't occur until I enter the second tab (index = 1).
Do I need to activate de combobox or something like that?
Thanks