Hello, I have RadGrid uses NoRecordsTemplate, but this template contains server tags as the following:
if there is no data at page load the template works fine, but when delete the last record the grid rebind itself and generate the following JS error:
This issue just appear when host the application under secure protocol (HTTPS),
I've tried to create the content of NoRecordsTemplate server side at the following event handlers: OnItemCreated and OnPreRender, but the issue still exist.
Do you have resolution for this issue?
<
NoRecordsTemplate>
<
center
>
<
iframe
src='<%= GetTrainingVideo("RiskManagement.Options") %>' class="EmbededVimeo"
width="400" height="300" frameborder="0">
</
iframe
>
</
center
>
</
NoRecordsTemplate
>
if there is no data at page load the template works fine, but when delete the last record the grid rebind itself and generate the following JS error:
Error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near 'hidden" />
</
div
>
|0|updatePanel|ctl0'.
This issue just appear when host the application under secure protocol (HTTPS),
I've tried to create the content of NoRecordsTemplate server side at the following event handlers: OnItemCreated and OnPreRender, but the issue still exist.
Do you have resolution for this issue?