Hi,
I am setting the item sourceproperty of sfdatagridas shown below: I use this code in Refresh button click.
datagrid.Itemsource = dtData.Defaultview;
But every time I click the refresh button. the same rows are added to the existing rows in the sfdatagrid. Is there a way I could remove the item source binding. like. datagrid.Itemsource = null; this works fine in .net defaultWPF datagridbut not with sfdatagrid.
Please give your suggestions