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

[Solved] Custom DropDown Column Editor Databind

1 Answer 109 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Manuel Ortiz
Top achievements
Rank 1
Manuel Ortiz asked on 08 Feb 2010, 12:49 PM
Hello, I have a custom dropdown column editor that implements the GridDropDownColumnEditor using a RadComboBox.  Also, I am using an autogenerated popup edit form where that custom editor is working perfectly.  However the OnComboBind and DataBind subs of my custom dropdown editor are empty but, nevertheless, as I said, the dropdown is working perfectly... How come?? Where does the RadGrid binds it?? Is there any special setting I have missed that does this without the need of defining the OnComboBind and DataBind subs?? For what is the OnComboBind() for?? I have done a lot of research trying to find what does this procedure do but haven't found anything about it yet.

Thank you for your help.
Manuel

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 11 Feb 2010, 02:24 PM
Hello Manuel,

The RadComboBox inside the GridDropDownColumnEditor is bound when the RadGrid is bound to data. You could find more information about the RadGrid data binding on the link bellow:

http://www.telerik.com/help/aspnet-ajax/grddatabindingbasics.html

Also you could use the RadComboBox ComboBind and DataBind methods if you want to override the default binding of the GridDropDownColumnEditor's  RadComboBox. For example: When you want to add manually controls into the RadComboBox control. 

I hope this helps.

All the best,
Radoslav
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
Grid
Asked by
Manuel Ortiz
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or