ABP Suite: Add support for json column type for property https://support.abp.io/QA/Questions/5428
Hey,
this is currently only implemented on the demo site - but not part of the default leptonx. We added an internal ticket for implementation. It is planned to be delivered with the next version :)
Kind regards Jack
Hey,
sorry for the delay,
Here's a suggestion on how you can approach this:
First of all, how does style selection work?
If I take a look at a running site - we have a cookie named lpx_loaded-css:

If I then take this string and search for it in the leptonx source code I can see that there is a LeptonXStyleProvider.

And if I perform a search on where this is used, I can see this:

Let's take a look at the SideMenuLayout for example:

We can see that the LeptonXStyleProvider is used to determine the name of the css files to load. We can also see, that the LeptonXStyleProvider does not inherit from an interface which we could override to perform our own logic.
What you need to do is:
Please let me know if that helps you.
Kind regards Jack
In addition to malimings answer, these resources here may be helpful:
Hey,
the pull request has been merged. The changes will be included in the next version.
kind regards Jack
Hey,
Most of the issues have already been addressed. The translations for the settings module can be found here:
https://github.com/abpframework/abp/blob/dev/modules/setting-management/src/Volo.Abp.SettingManagement.Domain.Shared/Volo/Abp/SettingManagement/Localization/Resources/AbpSettingManagement/tr.json
I created a PR for şifre -> Şifre.
https://github.com/abpframework/abp/pull/17035
Related Issue in Github: https://github.com/abpframework/abp/issues/16956
QA 5278 also has this issue
@jfistelmann Thanks for feedback.
What about the other issue ?
I recommend that we track the AbpWindowService issue here: https://support.abp.io/QA/Questions/5298/Compile-error-in-version-73-Preview as it only concentrates on this specific error.
I'll add a comment there to reference this issue back.
Hey,
this seems to be more of a DevExpress issue than an ABP issue.
I've done some research based on what you described and hopefully this here helps you: https://docs.devexpress.com/Blazor/403737/components/grid/bind-to-data#large-data-server-mode-sources
https://supportcenter.devexpress.com/ticket/details/t1104088/dxgrid-custom-data-binding-events-in-blazor
kind regards Jack