Hi, I just upgraded my controls in my working DNN 5.6 project from 2010.3.1215.35 to 2010.3.1317.35. After the upgrade the SelectedItems collection is always empty. I have a grid control and respond to NeedDataSource. The data displays properly and I can select a few rows after which I enter a button event handler where I retrieve the selected items. Inspection of the control shows the data source is null, however, a 2nd request for data is never issued by the control. After doing nothing in the button's event handler the page is displayed with the original data.
Telerik.Web.UI is not in the GAC
The proper dll version is in the DNN\bin folder
I cleared all Telerik.Web.UI dlls from C:\Windows\Microsoft.NET
I have a updated the binding redirect:
<bindingRedirect oldVersion="2010.2.929.35" newVersion="2010.3.1317.35" xmlns="urn:schemas-microsoft-com:asm.v1" />
This was working perfectly before the upgrade. Any ideas as to what happened and how to fix it?
Telerik.Web.UI is not in the GAC
The proper dll version is in the DNN\bin folder
I cleared all Telerik.Web.UI dlls from C:\Windows\Microsoft.NET
I have a updated the binding redirect:
<bindingRedirect oldVersion="2010.2.929.35" newVersion="2010.3.1317.35" xmlns="urn:schemas-microsoft-com:asm.v1" />
This was working perfectly before the upgrade. Any ideas as to what happened and how to fix it?