in SharePoint 2010, I have an ASPX page with a kendo UI grid.
I have configured the grid to have the column Grouping feature turned ON:
the grid loads, and the toolstrip above the grid, tells user to drag'n'drop columns, in order to have them grouped.
However, I cannot drag'n'drop the column header:
the 'drag' does not start.
The same code works fine outside of SharePoint (in a ASP.NET project).
It looks like SharePoint javascript is preventing kendo UI from receiving the 'drag' event ?
note: the feature to re-order columns also does not work (also because the 'drag' operation does not start)
There are no browser errors (in Chrome console, OR in IE9 console).
has anyone experienced a similar issue - or maybe you know how to prevent SharePoint from blocking the 'drag' event ?
I have configured the grid to have the column Grouping feature turned ON:
groupable: true
the grid loads, and the toolstrip above the grid, tells user to drag'n'drop columns, in order to have them grouped.
However, I cannot drag'n'drop the column header:
the 'drag' does not start.
The same code works fine outside of SharePoint (in a ASP.NET project).
It looks like SharePoint javascript is preventing kendo UI from receiving the 'drag' event ?
note: the feature to re-order columns also does not work (also because the 'drag' operation does not start)
There are no browser errors (in Chrome console, OR in IE9 console).
has anyone experienced a similar issue - or maybe you know how to prevent SharePoint from blocking the 'drag' event ?