Hi.
I am seeking pointers on how to do the following:
Many thanks in advance!
Ah, can't believe I didn't see this.
Many thanks Rahul, this was just what I needed.
Thanks!
Ross
Hi there, I am tryong to use the examples given but its not working in my case.
<GridColumn HeaderText="ID" TextAlign="TextAlign.Left" AutoFit="true">
<Template>
@{
<div>
<a rel='nofollow' href="#" class="major tools-font" style="text-underline: none;" @onclick="@(() => OpenModalEditAssessment(@RstAssessments.AssessmentId))"><i class="fas fa-pencil-alt" />@(RstAssessments.AssessmentId) </a>
</div>
}
</Template>
</GridColumn>
code{
////open modal for editing
public async Task OpenModalEditAssessment(int _assessmentId)
{
_parAssessmentId=_assessmentId;
await _jsRuntime.InvokeVoidAsync("global.openModal", "CpeModal");
}
}
Hi Zabron,
Greetings from Syncfusion support.
From your query, we prepared sample based on your requirement in our latest NuGet
version. But we’re unable to reproduce the reported issue at our end. Kindly share
the following details to validate further.
The above-requested details will be very helpful for us to validate the reported query at our end and provide the solution as early as possible.
Regards,
Sarveswaran PK