Hi Tom,
Thanks for contacting Syncfusion support.
We are able to reproduce the issue
“Spinner shows in Grid, when having a EjsProgressButton in Custom toolbar”. We have confirmed this as a defect and logged a defect report for the same.
Thank you for taking the time to report this issue and helping us improve our product. At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and Product Development Life Cycle ) and including the fix in our upcoming bi-weekly patch release which is expected to be rolled out by the
end of March,2020.
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.
But we could not face the script error and the Grid renders with data loaded in it. Only the continuous showing of the spinner is the cause for the not responding behavior of Grid. If you hide the Grid’s spinner programmatically by applying the below style then you can click on the progress button and the Grid is not stuck. We have prepared a sample to based on this scenario by applying the below style to hide the spinner. Please download the sample from the link below,
Note : The below style is only for testing purpose. If that style is applied in your application, then Grid’s spinner or ProgressButton’s spinner won’t be displayed at any case(during initial grid load, or during any operation or during progress button click). So use the below style only for testing purpose.
<style>
.e-grid .e-spinner-pane{ //hides the spinner in page(both Grid’s and ProgressButton’s spinner)
display:none;
}
</style>
|
If you still face the script error and data not loaded issues in Grid. Then we need more details to further proceed on these two issues(script error and data not loaded). Kinldy get back to us with the following details for better assistance.
- Share the sample which you have tried form your side. So that we could validate the problem with your sample and provide suggestion based on your scenario.
- Share the complete Grid code. And the model code, which you have bound to Grid.
The provided information will help us analyze the problem, and provide you a solution as early as possible.
Regards,
Renjith Singh Rajendran.