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

Take combo box in edit mode

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
lakmal
Top achievements
Rank 2
lakmal asked on 03 Sep 2009, 06:18 AM
hi,

My grid has several combo box like below

 <ItemTemplate>
                                    
                                         <telerik:RadComboBox runat="server"
                                             ID="RadComboBox2"
                                             DataTextField="DocOwnAppComment"
                                             DataValueField="DocOACID"
                                             HighlightTemplatedItems="true"
                                             Height="190px"
                                             Width="220px"
                                             DropDownWidth="420px"
                                                DataSourceID="ContactsDataSource"
                                                SelectedValue='<%#Bind("IDCcomID") %>'></telerik:RadComboBox>                                       
                                        </ItemTemplate>                                       
                                        </telerik:GridTemplateColumn>


I using inline mode to edit record. When i click edit i want see same combo boxes in my edit mode. How can i take that?

krds
lakmal



1 Answer, 1 is accepted

Sort by
0
SamJ
Top achievements
Rank 1
answered on 03 Sep 2009, 06:35 AM
Hi,

Try adding the RadComboBox in the EditItemTemplate of the column as well.

This help topics might help you in achieving your goal:
http://www.telerik.com/help/aspnet-ajax/grdoperationswithdropdownlistinedititemtemplate.html
http://www.telerik.com/help/aspnet-ajax/grdcustomizeconfiguregriddropdowncolumn.html

Regards,
SamJ
Tags
Grid
Asked by
lakmal
Top achievements
Rank 2
Answers by
SamJ
Top achievements
Rank 1
Share this question
or