I have one partial view _AgreementsGrid and recevice this:
@model List<DataRow>
Inside this one I have another called _UsersSearchDDL and receive this:
@model List<ConnectWise.Web.Models.ApplicationUser>
When I render the partial view i got this error:
Do you have any ideas why is happening this? I render the dropdown view in another main view without problem but when I try to do inside another partial view... BUMM
Thanks