Hi Team,
I was trying to hide the right corner triangle for each cell when editing is disabled. Is there a way to do this in GridJS? If so, please provide the code changes to disable editing. I am loading an entire Excel file using Gridjs after converting it to a JSON file.
Please find the screenshot attached for your reference.
AsposeExcelEditor.PNG (41.3 KB)
Thanks
M.S.Sathish
@parthiveera,
This is by design. Anyways, we will check if we could provide some options to hide right corner triangle on each cells when disable editing or read-only mode. We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): CELLSGRIDJS-1315
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
@parthiveera
Can you please update the client js to the latest version v24.10.1.
<link rel="stylesheet" href="https://unpkg.com/gridjs-spreadsheet@24.10.1/xspreadsheet.css">
<script src="https://unpkg.com/gridjs-spreadsheet@24.10.1/xspreadsheet.js"></script>
Also, the server side dll shall be updated to v24.10.
We cannot reproduce this issue using the latest version.
Hi Peter,
Thank you for the update.
We have tried the version you provided, but it doesn’t seem to be working. I have attached the xspreadsheet.css
and xspreadsheet.js
files that I am using in my application. Could you please check them and get back to me?
Additionally, we found another issue: whenever we paste or delete cell data, the editor jumps to the top of the Excel sheet. This makes it very difficult to use the editor. Could you please look into this and provide a fix?
Please find the attachments below.
xspreadsheet.zip (809.9 KB)
Thanks
M.S.Sathish
@parthiveera,
We appreciate you sharing the .css and .js files. We have logged the files against your existing ticket (“CELLSGRIDJS-1315”) into our database. We are sorry that you were unable to get them working. We will evaluate the issue using the files you provided and get back to you with updates soon.
We will evaluate it and may suggest you code modifications.
@parthiveera
The client js file is ok.
we have the online viewer app or editor app which you can verify the issue.
we also can not reproduce this issue in our side.
can you record a video to show this issue.
seems it is not a general case.
In all, Can you provide your spreadsheet file or the demo project that include the spreadsheet file.
We need to check it in detail.
Hi Peter,
Thanks for the quick update.
As requested, I’ve recorded a screen capture and attached it below. The issue is clearly reproducible on your online editor/viewer as well. Please also check my previous attachment for the xspreedsheet.js
and CSS files. Could you update or fix the code and share the revised version with me? That would help further narrow down my requirements.
Recording-20241025_142942.zip (2.3 MB)
Thanks
M.S.Sathish
@parthiveera,
Thanks for the demo video.
We acknowledge the issue. We have also tested the To-do list app (editor) and observed the (default) behavior you described in the video. We will investigate this matter and provide you with an update soon.
@parthiveera
Following your demo video, we can reproduce the issue regarding the copy-paste jump.
We have opened the following new ticket(s) in our internal issue tracking system
Issue ID(s): CELLSGRIDJS-1332
We will fix it soon.
For the issue (as per the screenshot)
AsposeExcelEditor.PNG, can you provide your sample spreadsheet file?