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

RadGrid + Rad combobox.

2 Answers 53 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Tomasz
Top achievements
Rank 1
Tomasz asked on 09 Nov 2010, 02:52 PM
Hello I have added a radcombobox to radgrid in my application . And have now the following problem.

the code is    <telerik:GridTemplateColumn HeaderText="Grupa" HeaderStyle-HorizontalAlign="Left"
                    FilterControlWidth="70px" FilterImageToolTip="Filtr" UniqueName="cGrupa23"
                    ItemStyle-Width="90px" ItemStyle-HorizontalAlign="Left"
                    >
                    <ItemTemplate>
                        <%#DataBinder.Eval(Container.DataItem, "Nazwa")%>
                    </ItemTemplate>
                    <EditItemTemplate>
                        <telerik:RadComboBox runat="server" ID="RadComboBox2" DataTextField="Nazwa"
                            DataValueField="GID" DataSourceID="CategoriesDataSource" SelectedValue='<%#Bind("GID") %>'>
                        </telerik:RadComboBox>
                    </EditItemTemplate>
                </telerik:GridTemplateColumn>

and the problem is ..that i dont see the header text. Columns are not autogenerated. When I add GridBoundColumn or GridDropDownColumns it's no problem. But with typed column it isn't this way. so there is one more colum more in grid content bo no more in header columns.

Can you help me please ?

Regards.
Tomek

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 09 Nov 2010, 02:56 PM
Hi,

 I believe that this is related to our ASP.NET products - definitely not for Silverlight!

All the best,
Vlad
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
0
Tomasz
Top achievements
Rank 1
answered on 09 Nov 2010, 03:04 PM
yes ofcourse. So i have posted the message in asp.net section.
Tags
ComboBox
Asked by
Tomasz
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Tomasz
Top achievements
Rank 1
Share this question
or