Testing 1

$.ajax({
    url: configLIST.urlGammeLiens,
    data: {
        gammeId: gammeId
    },
    type: 'POST',
    cache: false,
    success: function (partial) {
        $('#prep-body-container').html(partial);
        $('.e-gantt-splitter').addClass('autoWidth');
        $('#prep-modal').modal('show');
        // Optional: eval(document.getElementById('prep-body-container').querySelector('script').innerHTML);
    }
});

1 Reply

SJ Sridharan Jayabalan Syncfusion Team July 21, 2025 12:49 PM UTC

Hi Pravinkumar,

 

Greetings from Syncfusion.

 

Thank you for sharing the code snippet. However, we noticed that your message doesn’t include any specific details about the issue or the assistance you need. Could you please clarify your requirement or describe the problem you're facing? Once we have more context, we’ll be happy to help you further.

 

Regards,

Sridharan


Loader.
Up arrow icon