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

[Solved] Search as you type + GridViewComoboBoxColumn

2 Answers 114 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sam
Top achievements
Rank 1
Sam asked on 01 Jun 2010, 04:10 PM
related to Stefan's blog post, I have successfully implemented this for GridViewDataColumn and synchronous ItemSourceBinding for GridViewComboBoxColumn.

I need to do this for a asynchronous ItemSourceBinding and I can't get the GridViewComboBoxColumn to work properly.

The list is loaded, because when i put the cell into edit mode, the values are there, but when the grid loads, the cell is empty. Similar to the behaviour described in this post.  

the xaml for the column is like this: 
                        <telerikGrid:GridViewComboBoxColumn Header="Type" 
                                                            ItemsSourceBinding="{Binding List, Source={StaticResource Reference}}" 
                                                            DataMemberBinding="{Binding ID, Mode=TwoWay}" 
                                                            SelectedValueMemberPath="ID" 
                                                            DisplayMemberPath="Text" 
                                                            CellTemplate="{StaticResource HighlightCellTemplate}"/> 


any help is much appreciated.

2 Answers, 1 is accepted

Sort by
0
Sam
Top achievements
Rank 1
answered on 01 Jun 2010, 04:19 PM
i forgot to mention that the method OnAssociatedObjectLoaded in CellValueBindingBehavior is never called when it is a GridViewComboBoxColumn
0
Pavel Pavlov
Telerik team
answered on 04 Jun 2010, 08:43 AM
Hello Sam,

Please try the binaries form the service pack . These should be already available in your Cleint.Net account. A fix addressing a similar issue was recently included , so I believe this would help.

Kind regards,
Pavel Pavlov
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
GridView
Asked by
Sam
Top achievements
Rank 1
Answers by
Sam
Top achievements
Rank 1
Pavel Pavlov
Telerik team
Share this question
or