RadGrid OnNeedDataSource when the returned datasource is empty, I get a "Cannot find any bindable pr
- by Matt
RadGrid OnNeedDataSource when the returned datasource is empty (not null), I get a "Cannot find any bindable properties in an item from the datasource"
This is how I have my RadGrid defined in the ASP markup
<telerik:RadGrid runat="server" ID="RadGridSearchResults"
AllowFilteringByColumn="false"
ShowStatusBar="true"…