The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have a situation where I have countries and states/provinces in a grid, and when editing a line in the template If I change the Country selected value, I will need to re populate the State/Province value.
I did find an example in MVC but I am not able to make it work in ASP/javascript.
I have modified one of your example programs to have the situation and the issue, the difference is I used Country and City.
If you could point put my error I would be appreciative.
MSMani Sankar Durai Syncfusion Team February 4, 2016 12:22 PM UTC
Hi Bruce Stevenson,
We analyzed your sample and found that you have updated the column datasource which is the cause of the issue. We suggest you to update Dropdown Control’s datasource to resolve the issue.
For clarification please refer the following code example.
function _Change(args) {
…
var gridObj = $('#<%= FlatGrid.ClientID %>').data("ejGrid")