Base solution for your next web application

Activities of "mumfie"

Question

Hello,

Is there a way to identify when a dropdown recieves input focus via the tab key or mouse using metronic material design theme?

Host and Tenant Settings do not appear to identify input focus using MVC Core + JQuery version.

The following link is an example with working dropdown. <a class="postlink" href="http://keenthemes.com/preview/metronic/theme/admin_4_material_design/form_controls_md.html">http://keenthemes.com/preview/metronic/ ... ls_md.html</a>

Thanks and Regards Colin

Answer

MVC Core + JQuery and I also checked it with your latest release. Thanks

Answer

<cite>ismcagdas: </cite> Thanks,

I also checked and there is a problem.

Any ideas how to resolve this issue ?

The latest version of AspNetZero includes a sample page with various date/time pickers to demonstrate usage.

<cite>bilalhaidar: </cite> Any idea where I can find this?

I have the NET Core JQuery version and there is a page Demo UI Components[attachment=0:148tvurf]DemoUI.jpg[/attachment:148tvurf]HTH

Answer

<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]

Answer

<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 :)

Answer

<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>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>

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

Showing 1 to 10 of 33 entries