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.
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional