Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Since
the browser prefixes are not included in the style file generated from the ThemeStudio,
drag and drop is not working in FireFox.
Missing Prefix
Code Snippet:
<style>
.e-grid {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
</style>