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

There is no assigned datasource. Unable to complete the callback request

1 Answer 352 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Fred Mare
Top achievements
Rank 1
Fred Mare asked on 25 Nov 2010, 01:29 PM

Hi

I am using a GridDropDownColumn with AllowAutomaticLoadOnDemand enabled in a radgrid that is using the

NeedDataSource event to bind to my datset. As soon as try to use the dropdown I receive the following error

"There is no assigned datasource. Unable to complete the callback request"

Here is my GridDropDownColumn

Thank you
 Fred

<telerik:GridDropDownColumn UniqueName="Account" DataField="accountCode" DropDownControlType="RadComboBox"
                               HeaderText="Account" DataSourceID="AccountDataSource" HeaderStyle-Width="150px"
                               ListTextField="name" ListValueField="code" EnableEmptyListItem="true"
                               AllowAutomaticLoadOnDemand="true" ShowMoreResultsBox="true" ItemsPerRequest="10"
                               AllowVirtualScrolling="true">
                           </telerik:GridDropDownColumn>

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 29 Nov 2010, 01:21 PM
Hi Fred,

Please examine the following forum thread which elaborates on this matter and let me know if it helps:
http://www.telerik.com/community/forums/aspnet-ajax/grid/griddropdowncolumn-doesn-t-work-as-expected.aspx

Kind regards,
Pavlina
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Fred Mare
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or