Hello guys,
I am stuck with this problem for some time now. Everything works well with mouse, I can drag and drop column into grouping header normally. But on touchscreens I can't drag it. I am interested if anyone has had this issue?
<
div
id
=
"grid"
style
=
"touch-action:none;"
></
div
>
.HtmlAttributes(
new
{ touch_action :
"none"
})