Hello,
To navigate from one page to another, you can use the below command
window.location.href = './newpage';
Hi,
Please check https://learn.microsoft.com/en-us/answers/questions/899331/system-argumentexception-server-is-an-invalid-conn
Thanks,
Hi,
May I know which version of ABP you are using? Is the only refresh page the issue for you? Actually, I am not getting your case exactly. Could you please give more steps to reproduce or some screenshots?
Thanks, Anjali
Hi ,
Can you check this once similar ticket https://support.abp.io/QA/Questions/3579/Possible-to-connect-using-two-different-database-management-systems-in-single-solution#
Thanks,
Hi,
For code in the blue block, create a new class file named MyLoginModel
used for customizing LoginModel
and add that code to that newly created class.
regards,
Hi,
Could you please check this similar issue https://support.abp.io/QA/Questions/6007 I think this will solve your issue.
Thanks, Anjali
Hi viswajwalith,
By using the above command, you will get the source code of LeptonX for a specific version that you will mention in the command.
This source code might not contain all the features of the demo site.
You can customize it by using this documentation: https://docs.abp.io/en/commercial/latest/themes/lepton-x/index, as per your Ui type.
Thanks, Anjali
Hello,
You can get the source code of LeptonX by using the below command, and you can customize it as per your requirements.
abp get-source Volo.LeptonTheme --version 7.3.1
Thanks, Anjali
Hello WilliamT,
Thanks for replying with your exact requirements.
I have checked the Button groups in LeptonX. It has a border, not a divider. If you want to implement it for Action dropdown, you need to add some CSS code like below in global-style.css
:
.dropdown-item {
--bs-btn-border-width: 1px;
border: var(--bs-btn-border-width) solid blue;
border-radius: 5px;
}
Is this what you want? Please let me know if anything else is needed.
Thanks, Anjali