Hi Andrey,
Greetings from Syncfusion support.
Query:” Is there any way to pass additional parameters from web api service to the client, something like”
Currently we do not have direct support to achieve your requirement (to pass an extra parameter from server to client). But you can achieve your requirement using CustomAdaptor feature of EjsGrid. While using CustomAdaptor you need to handle all the actions like filtering, sorting, paging, Crud etc. on your own. Refer our UG documentation for your reference
As an alternative, you can achieve your requirement using by accessing the value in the client side and send the value again to server (razor page) using JSInterop. This will be asynchronous process. So kindly confirm whether it is fine for you to achieve this requirement by accessing the value in client and send it to razor page using JSInterop. Based on your confirmation, we will share the details to get the extra parameter using JS interop.
Regards,
Vignesh Natarajan.