我最近将我的 ASP.NET 项目更新为 .NET 4.5 (from 3.5) 。这导致ClientSideEvents
我的 Infragistics 无法正常触发UltraWebGrid
。
问题是,在我的 .aspx 文件中,我配置了一个客户端事件,UltraWebGrid
如下所示:
<ClientSideEvents ClickCellButtonHandler="webGridSoftwareConfigurations_CellClickHandler" />
在一个 js 文件中,我有以下内容:
function webGridSoftwareConfigurations_CellClickHandler(gridName, cellId) {
// Do some stuff
}
以前,当我单击一个单元格时,会触发 javascript 函数。但是现在更新到 .NET 4.5 之后,什么都没有发生。我正在使用 Infragistics2,Infragistics.Web.dll 版本为 11.1.20111.2112