No Definition for 'textbox0'

I found the following documentation about adding search functionality to a page using textboxes and datagrid.

The issue I'm having is that the documentation says to add a Contains filter to the invoke command, but the application cannot find any of the textboxes I've added to the page. When it tries to compile it complains that there is no definition for 'textbox0'. Is this still the correct method for adding search capabilities or should this work for Blazor?

Thanks,

Bill

Hi @bdiplacido,

This article is for Angular. Check this article for Blazor:

Thanks Enchev,

That works great!

Bill