Always hoping to realize list data interaction using DataGrid via image form
When doing plugin development, hope to perform data interaction through DataGrid. Directly binding Itemsource will appear two identical columns

Image Description
Can eliminate by setting value of AutoGenerateColumns to False. If don’t want to display excess blank rows in list, need to set CanUserAddRows
to False