Activities of "Anjali_Musmade"

Hello,

Could you please elaborate more on your question or please share steps to reproduce the issue.

thanks,

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.

Showing 411 to 420 of 1195 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11