This is a migrated thread and some comments may be shown as answers.

Infragistics dropdown options selection

1 Answer 237 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Naveen
Top achievements
Rank 1
Naveen asked on 10 Jun 2011, 10:55 AM

The selection of infragistics dropdown option is not setting the option


 

var combo = item.Find.ByExpression<HtmlInputCheckBox>("type=checkbox"

);

combo.Click();
combo.InvokeEvent(ScriptEventType

.OnChange);

The above lines of code is able to click the given option in a multiselect dropdown, but after checking the checkbox, it is not setting the checked value in dropdown

the dropdown is infragistics control. Can anybody shed some light on this.

i tried using combo.check() as well it is also having same issue.

 

 

1 Answer, 1 is accepted

Sort by
0
Anthony
Telerik team
answered on 13 Jun 2011, 09:38 PM
Hello Naveen,

I looked up Infragistics and I'm guessing you are using their jQuery controls. I suspect your test invokes the action but the jQuery event is not fired. It must be fired manually. Please read this KB article for more information.

Regards,
Anthony
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Naveen
Top achievements
Rank 1
Answers by
Anthony
Telerik team
Share this question
or