SyntaxFix
Write A Post
Hire A Developer
Questions
Try this:
IList<String> list_string= new List<String>(); DataGridView.DataSource = list_string.Select(x => new { Value = x }).ToList(); dgvSelectedNode.Show();
I hope this helps.