Selection box of the current cell is mis-located

As seen below, the selection box is not on the current cell. When too many rows are inserted, the selection is shown many rows above the current cell.

How can i fix this? 

screenshot.png


2 Replies

TC Tezcan Cirakoglu February 26, 2025 12:36 PM UTC

The only code to insert the component to the page is below. There are no extra scripts or definitions.


                        <ejs-spreadsheet

                            id="spreadsheet" showRibbon=false height="700px" created="createdHandler">

                        </ejs-spreadsheet>



DR Deira Raj Rajkumar Syncfusion Team March 3, 2025 02:32 PM UTC

Hi Tezcan Cirakoglu,


We have validated your query based on the shared details and code snippet. We added the insertRow method inside the created event and triggered it using a button click, but we were unable to replicate the issue on our end.


For your reference, we have attached the local sample that we used to reproduce the issue.


Issue not replicating screenshot:

Image_7650_1741012255968

To validate further with this issue, kindly share the below details.

  1. Kindly share the spreadsheet version you are using in your end.
  2. If this not the issue you have mentioned, kindly share the details regarding the exact issue.
  3. Kindly share the replication steps for this issue.  If possible, kindly share a video demonstration of this issue.
  4. Kindly share details on how you have used the insertRow method. Did you pass a rowModel in the insertRow method ? Please provide details on that.
  5. Kindly share details on where you are triggering the insertRow method. Is it in the created event ? Kindly share details on what you are performing the created event and please share the exact code snippets.
  6. Have you done any code customization on your end ? If so kindly share details and code snippets regarding that.
  7. We have attached the sample we have used on our end to replicate the issue.  If possible kindly modify the on your end to replicate the issue and share it with us.

Kindly share the above details for us to validate further.


With regards,

Deira.


Attachment: Core_Sample_(2)__Copy_302123ca.zip

Loader.
Up arrow icon