Hi @Mitch I encountered this issue recently and overcame it by the following
Created a new record in SQL table AbpLanguages with displayName='English (UK), icon=famfamfam-flags gb , Name=en-GB Duplicated file MyProject.Web.Mvc\wwwroot\Common\Scripts\Datatables\Translations\English.json as English (United Kingdom).json to overcome a datatables javascript error.
HTH
<cite>kunnummal: </cite> Hi,
Can any one help me on
while i search for how to call store procedure ? i'm getting following result : - context.Database.
what is context in the above line.
Thx
The db context maybe ? See #3600@3f72550d-520c-4be0-8997-02770243976d <a class="postlink" href="https://www.codeproject.com/Articles/1199648/Using-Stored-Procedure-User-Defined-Function-and-V">https://www.codeproject.com/Articles/11 ... tion-and-V</a>
<cite>ismcagdas: </cite> Can you also check that ?
Hello ismcagdas, I have doubled checked the issue although the screendumps above were using CORE+jQuery version 4.3.1. Upon further investigation it appears to be a difference between Google Chrome and Edge browsers. However the metronic example does still visually identify that the dropdown has input focus with Google chrome because the underline is thicker and a different colour.
Edge Browser [attachment=2:3qri3sqd]Edge.jpg[/attachment:3qri3sqd] Google Chrome [attachment=1:3qri3sqd]Chrome.jpg[/attachment:3qri3sqd] Metronic Sample Google Chrome [attachment=0:3qri3sqd]Metronic_Chrome.jpg[/attachment:3qri3sqd]
<cite>ismcagdas: </cite> Hi @mumfie,
I have created an issue here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/384">https://github.com/aspnetzero/aspnet-ze ... issues/384</a>. We will work on this issue in a short time.
Thanks. Thank you :)
<cite>alper: </cite> hi
actually it focuses to element. if you come to dropdown with tab and use arrow keys you'll see that dropdown changes.
Hi alper, The issue is there is no visual indication that the dropdown has input focus. Attached is the metronic sample which clearly indicates the dropdown has focus. [attachment=0:2qu9gzuz]Dropdown_VisualInputFocus.jpg[/attachment:2qu9gzuz]
The latest version of AspNetZero includes a sample page with various date/time pickers to demonstrate usage.
<cite>ismcagdas: </cite> Thanks,
I also checked and there is a problem.
Any ideas how to resolve this issue ?
MVC Core + JQuery and I also checked it with your latest release. Thanks