Hi ,
How do convert datagrid.ItemsSource into IList .
Below my code. when i run the code it returns null value. but datagrid.ItemSource has some value. so how do convert into IList
IList source = datagrid.ItemsSource as IList;
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Andrew FanninPosted Jun 9, 2011, 2:50 PM