Originally posted by smartgwt.dev
Announcement
Collapse
No announcement yet.
X
-
Hi,
I have two combo box items in my form. The value map for the first combo box item will be populated on load and the value map for the second combo box item will be populate based on the users selection in the 1st combo box item.
Now, how do i fire a RPC call to fetch values for the second combo box item. I have added both change and changed event listeners to the first combo box item. Both the events are getting fired every time i type something in the combo box item and even upon selection.
Is there a way to notify when the user selects a value from the value map so that i can fetch the value for the 2nd combo box using the first-selected value.
i tried setting setChangeOnKeyPress to false and setAddUnknownValues to false. It dint help.
Comment
Comment