I have this code and the data source is being enumerated in a weird way.
The data is pulled from the network in chunks, and it seems that the Grid begins to enumerate (and pulls the first item) seven times. Then it begins another enumeration that pulls all the data then it stops.
@{
var a = (context as Definition).ConfigId;
@a.ToString().ToUpper();
}
}
@code {
private IEnumerableConfigurationItems = Enumerable.Empty ();
private int x = 0;
protected override async Task OnInitializedAsync()
{
ConfigurationItems = session.Configuration.GetConfigurationSeq();
}
}
I simplified the grid too, so it has a bare bones example (removed paging related stuff) and it still does this.
It is somewhat buggy using this forum editor, looks like stuff is lost or messed up if we edit a previous post that has code in.
Hi Hugh,
Thanks for contacting Syncfusion support
We have analyzed your query and still we are quite unclear about your exact requirement. So kindly share the following details to validate the reported query further at our end.
Above requested details will be helpful for us to validate the reported query at our end and provide solution as early as possible.
Regards,
Sarveswaran PK
I have this code and the data source is being enumerated in a weird way.
The data is pulled from the network in chunks, and it seems that the Grid begins to enumerate and pulls the first item seven times.
Then it begins another enumeration that pulls all the data then it stops.
Hi Hugh,
From your update, we’re not able to get your requirement properly. So, we prepared sample based on your requirement using the IEnumerable data source. Kindly check and reproduce the reported issue in the provided sample.
It’ll be helpful for us to validate the reported query at our end and provide solution as early as possible.
Regards,
Sarveswaran PK