-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kendo.ui #5
Comments
Can you show us the content of your page, including all the scripts you're including? Are you sure you're including the KendoUI script in your page? |
Could this be related to #7? |
I'm getting the same error. Is there any way out Thanks! |
@hosain-cse2 Were you able to resolve the issue ? ? |
No. I actually moved into the Material-UI framework. So I did not try it again. |
I included the kendo js script in main.js and using it Now define the grid in class definition as - If need help ping me! |
Same issue:
Are there some instructions how to resolve this issue? |
Hi,
I am trying to use the react-kendo in my react project. I want to use the context menu.
Following is my code,
import React from 'react';
var k = React.Kendo = require('react-kendo');
var contextMenuOptions = {
target: "#target",
alignToAnchor: true
};
export default class ContextMenu extends React.Component{
}
But the problem is when I load the page i am getting the following error,
I am also using the webpack. Can you please tell me how can I solve this problem?
Do I need to install any other packages?
The text was updated successfully, but these errors were encountered: