I have nested grids. in child table I have this:
when I try to select it says: Object reference not set to an instance of an object
So, automatic load on demand does not work with nested grids? Or I have to use edit template?
<
telerik:GridDropDownColumn
AllowFiltering
=
"true"
DataField
=
"Customer_Id"
DataSourceID="entityDataSource1" DropDownControlType="RadComboBox"
HeaderText="Customer Name" ListTextField="Name" ListValueField="Customer_Id"
UniqueName="CustomerNameDropDown" AllowAutomaticLoadOnDemand="true">
</
telerik:GridDropDownColumn
>
when I try to select it says: Object reference not set to an instance of an object
So, automatic load on demand does not work with nested grids? Or I have to use edit template?