
Announcements
I have a Datatable that Im trying to filter using text input.
Want to filter the rows of the table when i search to only show items that have taht searched text in the input.
Hi @jamescosten ,
As the error states, you are creating a circular reference. I assume there is some reference to your DataTable in the Text property of the Description_Column1 control.
Instead of referencing the table objects, try referencing the data source and column to which the table is connected.