.Net core version 7.0
Blazor Server side app version 21.2.8
Hi,
i have a compile problem with a detail Grid that cointain a dropdownlist to bind:
in index.razor line 158 on ActionBeginHandlerClientiCateg void i use two variables:
query and query1 the first one is bind data with a query that return resultset as IEnumerable<Categorie>
the second a function database
bind data
that return resultset as IQueryable<fn_CategorieNonAssegnateResult>
when i assign the second to the variable LibraryCategorie declare as
IEnumerable<Categorie> i get compile error:
Cannot implicit convert type List to IEnumerable
Can you help me?
How i can cast List to enumerable?
thanks in advance.
Attachment:
Syncfusion_Support_421272e4.7z