Dialog template edit not working if fozenColumns is enabled

Dialog template edit not working if fozenColumns is enabled.

If i remove frozen column property then edit dialog is functioning as expected.



3 Replies

AR Aishwarya Rameshbabu Syncfusion Team September 12, 2024 07:21 PM UTC

Hi Mahesh,


Greetings from Syncfusion support.


Upon reviewing your query, we have identified that you are experiencing difficulties with dialog template editing in the Syncfusion Grid when frozen columns are applied. We have created a sample based on the provided configuration and were unable to reproduce the issue. Please refer to the attached sample and video demonstration, which show that editing in the Syncfusion Grid functions correctly even with frozen columns present.


Sample and vide demo: Please find in the attachment.


If you continue to face any issues, please provide the following details to assist us in further validation:


1. Describe the exact scenario in which the issue can be replicated and provide details about the problem.

2. Share the complete Grid rendering code along with any event handler functions used.

3. Provide the code lines defining the dialog template.

4. Indicate the type of data binding used in the Grid (remote or local). If remote data is used, please specify the adaptor details.

5. Specify the Syncfusion package version you are currently using.

6. Share a simple issue replication sample or attempt to replicate the issue in the attached sample.

7. Provide a video demonstration of the issue replication.



Regards

Aishwarya R


Attachment: 194384sample_and_video_95692837.zip


MM Mahesh Machina September 13, 2024 01:07 PM UTC

Hi Aishwarya,

I am calling Edit page(partial view) on actionBegin Event. where as in your sample it is called on actionComplete event.

This is the only difference i could see in your sample and my code




AR Aishwarya Rameshbabu Syncfusion Team September 16, 2024 05:35 PM UTC

Hi Mahesh,


We have revised the sample to call the Edit page during the Grid's actionBegin event rather than the actionComplete event. Despite this change, we did not encounter any issues with the dialog template editing. However, we were unable to display the spinner in the dialog because the dialog element is not accessible during the actionBegin event.


Please review the updated sample and video demonstration for further details. We kindly request you to share a sample that replicates the issue, along with a video demonstration of the issue replication. Alternatively, you may attempt to replicate the issue using the attached sample. This would greatly assist us, as we have been unable to reproduce the issue on our end.


Sample and video demonstration: Please find in the attachment.


API References:


ActionBegin

ActionComplete


Regards

Aishwarya R


Attachment: UpdatedSampleAndVideo_63cec908.zip

Loader.
Up arrow icon