Base solution for your next web application

Activities of "aslam.loni"

Hi Team,

We have done migration from 10.2 to 11.2.1 angular for multiple widgets. In new version of angular application multiple customized widgets.

Please see below design page for customizable dashboard. we have added two customized widgets. it's showing same result.

we have added two properties uniqueWidgetId and customAccountNumber in gridInformation.

on the basis of these properties we need to initialise the customized widgets. we want to send uniqueWidgetId and customAccountNumber to the customized widgets component from customizable dashboard component. how to send these id's to customized widgets ?.

Hi,

I was raised issue regarding Modal opened within widget not able to access (#11084). You were provided some temporary solution. It's working but closing modal dailog automatically if i click/scroll down through the mouse.

Also getting error at the time of modal opening. Please see below screen shot.

code :

show(): void {
    this.modal.show();
  }

Temporary Solution was :

Please do the needfull.

I have added modal in widget on config icon/button. unable to click on cancel/save button. I want to open modal from widget. Please refere issue id #8870

Before

After

Showing 1 to 3 of 3 entries