I am a little new at working with the Telerik controls but I am trying to work with a radcombobox inside a radgrid however I can't get it to display when I run the application. Below is what I have thus far. I would appreciate any help on what the problem might be.
I am using ASP.NET 3.5, Windows XP Pro SP3, IE7
(although most will probably be on IE8 by the end of the year), RadControls for
ASP.NET AJAX 2008.2723, preferred programming language is VB.NET.
Thanks,
Alex
| <telerik:GridDropDownColumn HeaderText="Copy Position To Grant" UniqueName="ComboboxGrantList" Display="true" DropDownControlType="RadComboBox" HeaderStyle-Width="125" AllowSorting="true" Visible="true" |
| DataSourceID="SqlDatasourceComboboxGrantTrackingNumber" ListTextField="GrantTrackingNumber" ListValueField="GrantID" ListDataMember="GrantID"></telerik:GridDropDownColumn> |
Thanks,
Alex
