Hi,
I have recently upgraded my Telerik.Reporting.dll and Telerik.ReportViewer.WebForms.dll to latest version i.e. 7.1.13.612. However, after the upgarde, the ItemDataBound events for reporting elements has stopped working. The report renders fine, there is no exception, but itemdatabound is not called. Here is the code for itemdatabound:
private void depInGroupHeader_ItemDataBound(object sender, EventArgs e)
{
//Some code here
}
The element 'depInGroupHeader' is of type 'Telerik.Reporting.GroupHeader' section. I am not sure what's wrong here, but the differences between version that works and current version is:
1. Old Dll version 4.2.11.204
2. Old reporting project was .net version 2.0 and current is .net version 4.5.
Can someone please help with this issue. Its really urgent, as we have a release next week.
I have recently upgraded my Telerik.Reporting.dll and Telerik.ReportViewer.WebForms.dll to latest version i.e. 7.1.13.612. However, after the upgarde, the ItemDataBound events for reporting elements has stopped working. The report renders fine, there is no exception, but itemdatabound is not called. Here is the code for itemdatabound:
private void depInGroupHeader_ItemDataBound(object sender, EventArgs e)
{
//Some code here
}
The element 'depInGroupHeader' is of type 'Telerik.Reporting.GroupHeader' section. I am not sure what's wrong here, but the differences between version that works and current version is:
1. Old Dll version 4.2.11.204
2. Old reporting project was .net version 2.0 and current is .net version 4.5.
Can someone please help with this issue. Its really urgent, as we have a release next week.