Kendo UI PivotGrid sample demo for Local binding working fine, but for Remote binding it is throwing following error when click on "Include Fields".
Below is the reference link:
http://demos.telerik.com/aspnet-mvc/pivotgrid/remote-flat-data-binding
Anybody have any idea about the same?
Thanks
Raju Chauhan
This is a known issue, you can keep track of it here:
https://github.com/telerik/kendo-ui-core/issues/1940
Related
I am trying to setup simple "load and save integration" with trackchanges in ckeditor5. I am getting the above error when I load the suggestion added in the editor.
As per documentation https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/track-changes/track-changes-integration.html#loading-the-data
I dont want to add any adapter for load and save integration but I am not sure why I am getting this error.
I was having suggestion in the texteditor content but json structure which I was passing inside the adapter does not have suggestions which was causing the issue.(data passing and retrieval issue)
I receive the following message when I select an image to upload and then click "send it to the Server":
Unable to get property 'setCustomData' of undefined or null reference.
I searched for CKEditor setcustomdata but came up with nothing...
Making an assumption that you are using the CKSource Image plugin. I received this error when I used the advice from this post about setting the default open tab to the Upload tab. I moved the this.selectPage('Upload'); into the onLoad event and no longer receive the error but it doesn't default the selected tab to upload on subsequent show events.
I hope this helps or at least gives you a direction to look.
i tried the basic example hosted on kendo mobile github:https://github.com/kendo-labs/kendo-plugins/tree/master/Mobile/IndexedListView
On local, works fine.
But i cant make it work on Icenium. I already ask them, but they recommend to ask around.
Kendo Music Store use this pluguin and works and i dont understand the difference.
Here the icenium proyect:
https://github.com/andrescolodrero/iceniumIndexedLIstView
Error:
:"Uncaught TypeError: Object [object Object] has no method '_scroller' "
IndexedListView is not yet updated to work with the latest Kendo UI Mobile (Q2 2013 and later). We plan to update it in the coming weeks.
The private method '_scroller' is now public 'scroller', changing this in the demo code would address that particular error, but there are other problems with the demo with Kendo UI Q2 2013. We're in the process of updating the demo and would ping back here, whenever it is done.
I am facing the problem in Joomla Component. I have attached the Screen in which I am facing the error.
I have made my own component for show time. When I add show using my component it works fine.Everything goes right but sometime I am getting this error.
When my client see this error, he gets hyper.
but do not know why this error comes.
Is there any solution?
Please help me guys.
Here is the screen shot of Error.
Thanks in advance.
Looking that screen, I suppose the error is on the instance of the controller (that call the particular action) ... check if is it istantiate proprely. Also check the action calling... I suppose that is here the error..
I'm using the telerik:RadNotification control, with VisibleTitlebar="true" ShowTitleMenu="false" and ShowCloseButton="true".
When I hover over the little X (close button) the URL is "http://localhost/mySite/href". When I click on it it takes me to an HTTP Error 404.0 - Not Found page.
Any advice would be greatly appreciated. Is there any way to programmaticly fix the bad link?
I tried adding an OnClientHiding="OnClientHiding" and adding an javascript alert in the OnClientHiding method but it goes to the error page first.
My problem was that I was not getting into the OnClientHiding event handler. It looks like some code in the OnClientShown event handler was causing this issue.