Grid Edit Template Dialog

Dear all i do have a server problem

EJS 24.1.24

when i send the AJAX request to load the partial razor page AJAX end with 404 file not found 


but 

I load the file with <partial name="[file]" the file is in the correct place path shown in js debug is correct


It shows the Fail coming from inside ej2.base.ajax and i have no clue how to approach or fix the problem

many thanks 

best regards


PS


Following an virgin expample i get this when call the partial page\

POST 404 (Not Found)
(anonym)@
e.send@
fnLoadPartialPage@
onclick@

1 Reply

AR Aishwarya Rameshbabu Syncfusion Team June 20, 2024 09:54 AM UTC

Hi Rene,


Greetings from Syncfusion support.


Upon reviewing your query, it appears that you are experiencing a"404 file not found" error when sending an Ajax request to load a partial razor page. Before we can provide a solution, we require additional information to verify the issue you are encountering.

Kindly provide the following details:

- Describe the exact scenario in which you are encountering this issue.

- Share the code lines that defines the Ajax request.

- Ensure that the URL path is correctly defined, and the corresponding partial view is properly defined in the path specified.

- Share the complete Grid rendering code, including any event handler functions used.

- Specify the type of data binding used in the Grid (Remote or Local data binding). If Remote data is being used, please provide the adapter details.

- Share a simple issue replication sample along with a video demonstration of the issue replication.

Providing these details will greatly assist us in validating the reported issue.




Regards

Aishwarya R


Loader.
Up arrow icon