BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
Hi,
Some times,when i do some operations like add step or deleting /updating step in following grid ,we will refresh the data.(dataSource of grid.)
But drop down button not rendering properly.it is not all the times but 1 out of 10 times.
Please look into this issue as priority.Thanks in advance
I am attaching stackblitz code here
https://stackblitz.com/edit/angular-5mehe1?file=app.component.ts
Here you can click refresh button.But you can only observe some glitches in css for drop down button like flash.
Hi,
you can observe lately rendered drop down button,i.e. you can observe some css glitches when button about to render to screen.
This is reproduced in stack blitz,as you click on refresh button.you can observe this scenario.
why this is happening.could you please provide some solution
.e-custom-grid .e-templatecell button:not(.e-dropdown-btn) {
display: none;
} |
Hi,
Thanks ,it is working for drop downs.
But even styles for all other components is same issue.
I mean their is delay in rendering styles.so giving some glitches to screen.Ofcourse finally it is settled with their respective styles.
Thank you.
.e-custom-grid .e-templatecell button:not(.e-control) {
display: none;
} |