Maybe this can help :-) In EntityFrameworkCore add ToLower()
.WhereIf(!string.IsNullOrWhiteSpace(filterText), e => e.Name.ToLower().Contains(filterText.ToLower())) .WhereIf(!string.IsNullOrWhiteSpace(name), e => e.Name.ToLower().Contains(name.ToLower()));
Ok, thank you
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
First: The mouse wheel scroll does not work LeptonX, inside the table. In Leton it works. example: Code:
Second: Coloring fields in datatable does not work. example:
LeptonX now working (only apply bold):
Thank you for your help.
Thanks
Hi I sent an email with the link and steps, I hope it's ok like this.
Hi,
<abp-tabs name="Radnik" id="myTab">
<abp-tab-dropdown title="Podaci o radniku" name="PodaciRadnik">
<abp-tab parent-dropdown-name="PodaciRadnik" active="true" title="Osnovni podaci I" name="osnovniPodaci1" href="#osnovniPodaci1">
</abp-tab>
<abp-tab parent-dropdown-name="PodaciRadnik" title="Osnovni podaci II" name="osnovniPodaci2" href="#osnovni-podaci2">
</abp-tab>
<abp-tab parent-dropdown-name="PodaciRadnik" title="Profesionalni podaci" name="profesionalniPodaci" href="#profesionalniPodaci">
</abp-tab>
<abp-tab parent-dropdown-name="PodaciRadnik" title="Legitimacije" name="legitimacije" href="#legitimacije">
</abp-tab>
</abp-tab-dropdown>
</abp-tabs>
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
Hi, can you please check this? When changing between child abp-tab class remains active:
There are probably some changes in bootstrap 5.2.0
Thank you.
You can create a new error page modal
if (versions == something) { return RedirectToPage("/ErrorPage/ErrorModal", new { message = L["SomeText"] }); }
I hope it helps :-)
The page index is ok, the difference is when loading edit page.
Can you add one item (new test model) and try again (actions than edit button).
Ok, I'll remove both projects from Github