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

Get value selected from RadComboBox

1 Answer 164 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Pradeep
Top achievements
Rank 1
Pradeep asked on 21 Oct 2008, 06:01 AM
Hi,

Could anyone please tell me how to retrieve the value selected from a RadComboBox into the JavaScript.
I used the following code:

function

RadComboBox1_SelectedIndexChanged(sender, args)
{
    tableView.set_pageSize(sender.getValue());
}

But it throws the error "Object doesnot support the property or method"..
Please help soon..

Thanks,
Pradeep

 

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 21 Oct 2008, 09:44 AM
Hi Pradeep,

You can use the get_value() instead of the getValue() method.

Kind regards,
Rosi
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
Pradeep
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Share this question
or