This is a migrated thread and some comments may be shown as answers.

kendo UI grid in SharePoint 2010 - the column Grouping feature does not work (drag'n'drop issue ?)

3 Answers 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 1
Sean asked on 28 May 2013, 09:37 AM
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:

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 ?

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 30 May 2013, 06:03 AM
Hello,

 The fact that the same configuration works outside SharePoint indicates that something in that page prevents the grid from behaving as expected. Can you confirm that your SharePoint page has a valid DOCTYPE? This is a mandatory requirement for Kendo UI.

Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Sean
Top achievements
Rank 1
answered on 30 May 2013, 09:10 AM
hi Atanas 

thanks for your reply.

when I view the source of the SP page, there is a DOCTYPE:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"<br>"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

does that look OK to you ?

I will try to put together a test project to reproduce the issue ....
0
Sean
Top achievements
Rank 1
answered on 30 May 2013, 05:54 PM
UPDATE:

I have a basic SP site that reproduces this issue.

I have a ZIP of the site (saved via IE9) that can be used to reproduce the issue.

I am raising a support ticket now ....
Tags
Grid
Asked by
Sean
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Sean
Top achievements
Rank 1
Share this question
or