Activities of "Anjali_Musmade"

Hello,

If you want to make the whole modal window larger then you have to apply the css for abp-modal only. but it will affect on all the abp-modal in your application. for example if I add below code in style.scss

.modal{
  --bs-modal-width: 800px;
}

it will result like

It will not done through abp-lookup-input.

Otherwise you have to customize it at your own.

Thanks,

Hello,

Sorry but it is not available yet and We have no plan to do it.

Thanks

Hello ,

You can write this code in styles.scss file.

div#data-tables-table-filter { display: grid; }

Thank you.

Hello ,

You can pass options to abp-modal as follows: <abp-modal [(visible)]="visible" [busy]="modalBusy" [options]="{ size: 'sm' }"> Allowed size options are: 'sm' | 'lg' | 'xl' |

Thank you.

Hello ,

Please check https://support.abp.io/QA/Questions/2509/Remove-Pay-tables-from-Database-through-migrations#answer-81fc4c0a-24eb-af2a-b398-3a01c1e58c5b if it helps you.

Thank you.

Hello,

You can customize < abp-modal >as per you requirement in html file. Please check this source code Click here

Thank you.

Hello ,

It is possible, you have to customize abp modal at you own side. just like Click here

Thank you.

Hi,

As you have checked https://support.abp.io/QA/Questions/3592/How-do-I-force-the-Blazor-toolbar-to-refresh , I also implemented same. Its working at my end like this

I have changed my sidemenu layout totopmenulayout and add the code like in solution

Please give a try.

Thanks,

Hello ,

Try to run this command npm i jquery-validation@1.19.5

Thank you.

Hello,

I have tried to reproduce the issue at my end. When I logged out it redirects to localhost/authentication/logout-callback for few seconds and appears blank just like

after few seconds it again redirect to localhost:44339/authentication/logged-out and appears perfect just like

I am not able to reproduce the issue. can you please check any console logs or error logs. The logs you have shared are warnings. or share steps to reproduce so that I can better assist you.

Thank you,

Showing 311 to 320 of 1094 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 27, 2024, 06:34