Tag Archive: DataGrid

Making Timeline Control for DataGrid In WPF

Introduction In this article we will see how we can make a Timeline control in WPF. Creating A WPF Project Fire up Visual Studio 2010, create a WPF Application, and name it as… Continue reading

Custom Gridline Color of Datagrid In WPF

Introduction In this article we will see how we can customize the Gridline color in datagrid in WPF. Creating WPF Application Fire up Visual Studio 2010 and create a WPF Application, name the… Continue reading

Custom Row and Header Height of Datagrid In WPF

Introduction In this article we will see how we can customize the row height and header height in datagrid in WPF. Creating WPF Application Fire up Visual Studio 2010 and create a WPF… Continue reading

Hide &Un-Hide DataGrid Column(s) In WPF

Introduction In this article we will see how we can hide or unhide the columns in a DataGrid. Crating WPF Application Project Fire up Visual Studio 2008 and Create a WPF Application and… Continue reading

ComboBox In DataGrid In WPF

Download Source Introduction This article will describe the DataGrid in Edit mode while the edit cell requires a list of data. We are going to achieve that using the ComboBox. Crating WPF Application… Continue reading

DatePicker In DataGrid In WPF

Introduction Date Picker is a control available in WPF Toolkit. In this article we would see how we can use DatePicker in DataGrid in WPF. Crating WPF Application Project Fire up Visual Studio… Continue reading

LINQ To SQL In Silverlight 3

Introduction In this article we would see how can we use Linq to Sql ORM in Silverlight 3 Application for interactinig with SQL Server Database. Creating Silverlight Project Fire up Visual Studio 2008… Continue reading