Context menu integration is not available in fullcalendar 4.0, the same can be achieved easily in versions with eventrender and jquery.ui-contextmenu.min.js file.
But the jquery element is not available in full calendar 4.0 I am facing issues to get the similar functionality.
Related
been trying to play with the new stuff that will soon coming out from xamarin form
I create a new Prism xamarin app
I upgrade the nuget packages to point to xamarin 3.5 or 4.0
but I cannot get the solution to run.
It just hangs!!
It works when I do the same thing with a standard xamarin form template
I know its just preview but I would like to know if somebody has tried to compile and run any app using prism xamarin and the preview xam forms.
many thanks
As far as I am aware there should not be any issues with Prism when targeting Xamarin Forms 3.5+.
That said if you're wanting to target one of the pre-releases I would suggest either installing the current preview on NuGet which targets 4.0-pre1, or the latest CI build which targets 3.5-pre2 and has a number of great new features including a more robust API for IContainerRegistry as well as support for Tuples in INavigationService.
I have SPA application using asp.net core and angular 5 (typescript) and i'm looking for universal datagrid. I found https://www.npmjs.com/package/angular2-datagrid but it is not maintained now. There are some more paid datagrids but i'm looking for open source. How do you create datagrids in Angular SPA applications
you should try https://www.ag-grid.com/
Supporting Open Source
For others who may find this helpful...
Clarity is a third party open source component library for angular created by VMware. The data grid is full featured. I have added it to the core 2.2 spa template pretty easily by following the getting started instructions on clarity. You may need to upgrade your cli and angular version to use the newest clarity version but I found it worth it.
https://clarity.design/documentation/datagrid/structure
https://clarity.design/
I installed DevExpress Universal cause I need Grid View and Chart for my web. Also I am trying out ASP.NET Core and already started creating a web application with the Microsoft template for ASP.NET Core MVC. My application needs authentication for users and I am using Individual User Accounts which was supplied by the Microsoft Template. Is it possible to integrate DevExpress Library in my project instead of creating a new project with the DevExpress Template? I am planning to use ASP.NET MVC Wrappers from DevExpress, also.
In previous version there has been an Integrate DevExpress option in the DevExtreme menu but this release "DevExtreme MVC Wrappers" is quite new or could be RC release. It is not so difficult to do it manually, please refer to this article on how to proceed ASP.NET MVC Wrappers 16.1.6.
yes its possible. first you need to add devExpress reference in your project before, then you can use a devExpress Templete.
So having successfully used JQuery Mobile with my mobile application I was looking to use JQuery UI with my web application. My web application is an ASP.NET MVC 4 project created in Visual Studio 2012.
However, I realised that when I created the MVC 4 project, it actually already includes JQuery UI - it's just not being used currently.
I noticed that the Microsoft ASP.NET MVC website doesn't make any mention to the preinstalled JQuery and JQuery UI libraries in any of its tutorials or code samples, which I find odd. I also noticed that none of my MVC 4 books gave any reference to the preinstalled JQuery libraries.
So my question is, I have JQuery UI preinstalled, how do I start making use of the files? I mean I guess I'll reference them from my Views, but which files do I reference?
Is there any existing documentation that would help me make the most of the preinstalled JQuery libraries?
If you're using MVC4 everything should be preset for you in BundleConfig.cs (App_Start folder)
Just include the bundles that you want to use.
usually for Javascript you only need jquery-ui-{version}.js file, and the rest is css styling that you want to apply.
Note: make sure that you're using the latest jquery UI. if it is not the latest, I suggest to update your Jquery UI directly through package manager.
I was wondering if Parsley framework is compatible for Flex Hero Mobile 4.5? I seem to get a warning saying it's not compatible.
Thanks guys
Flex 4.5 and Parsley 2.3 don't play nicely together. Grab 2.4M2 from the website and all should be fine.
See this forum post for more details.
Are you using the code? OR a SWC you downloaded from a web site? I assume the latter.
Download the code and recompile it against the Flex 4.5 SDK. There are often issues when using a SWC that is compiled against a different version of the SDK than your main application.