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

CustomFilteringColumn using a RadTreeView inside of a RadComboBox

1 Answer 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 1
Aaron asked on 04 Feb 2009, 08:04 PM
Hello I am trying to use a RadComboBox that has a RadTreeView inside of it for a filtering column on a RadGrid.  I am able to use the CustomFilteringColumn.cs example to use a dropdown and then modify it to use a RacomboBox just fine.  However, when I use the combo with the tree inside it I am unable to get the control to fire the combo_SelectedIndexChanged event until the control has lost focus, once the control has lost focus then it will perform the filter just fine.  I also am able to modify it so that I can fire a NodeClick event on the tree and the filter will perform just fine except that in this case I get a full postback, and I don't want that either.  So I was hoping there was a way to execute the FireCommandEvent without having a full postback and without having to lose focus.

Is there an example of this that might be helpful or if anyone has any idea on how to this it would be greatly appreciated.

Thank you

Aaron

1 Answer, 1 is accepted

Sort by
0
Aaron
Top achievements
Rank 1
answered on 06 Feb 2009, 03:07 PM
I was able to fix this problem by attaching the RadComboClosed client side function and then cause a postback using __doPostBack, and passing the sender.get_id() and the value of the node that was picked after determining the value in the same function.
Tags
Grid
Asked by
Aaron
Top achievements
Rank 1
Answers by
Aaron
Top achievements
Rank 1
Share this question
or