I have a combobox in each row of a hierarchical grid. Each combobox is wired up to the same OnClientSelectedIndexChanged event. Within the client event I'm looping all child rows and all decendents and setting the combobox value to the selected value in the parent row.
However, when I use item.select() it is actually triggering the OnClientSelectedIndexChanged event for each child combobox.
How can I prevent this from happening and still keep one js function to handle all eventualities?
I've tried item.set_value and item_set_text. They do seem to work, but only work once.
Do you have an example that illustrates how this can be done?
thanks,
Steve
However, when I use item.select() it is actually triggering the OnClientSelectedIndexChanged event for each child combobox.
How can I prevent this from happening and still keep one js function to handle all eventualities?
I've tried item.set_value and item_set_text. They do seem to work, but only work once.
Do you have an example that illustrates how this can be done?
thanks,
Steve