Coding Geek

A blog by Nadeem Iqbal

Browse by Tags

All Tags » DataGridView » .NET FAQ (RSS)
Silverlight - Convert List to ObservableCollection
In Silverlight, you will bind the controls such as List/Grid with Observable collection so that any change in the collection automatically reflected on the control. Often you will be required to convert the List to an observable collection but there isn...
Customizing DataGridView
You can customize the DataGridView to work the way you want. There are scenarios when default behavior of the DataGridView is not sufficient to fulfill the requirements. For example you want to override the behavior of DataGridView such that when i press...
More Posts