To enable the DataGrid automatic columns sorting(sorts a column after clicking its header), set the BoundField’s SortMode property to “Automatic”. <viblend:DataGrid x:Name=”… more →
viblendwrote 3 months ago: This is a start of WPF datagrid knowledge sharing. … more →
wrote 7 months ago: Hi, recently I was working very closely with WPF DataGrid and I needed to figure out what row was cl … more →
wrote 1 year ago: To enable the DataGrid automatic columns sorting(sorts a column after clicking its header), set the … more →
wrote 2 years ago: This post will show you how to hide the DataGrid summary items or other columns at a specific hierar … more →
wrote 2 years ago: If you have a scenario where you need to create and apply a Filter to the DataGrid in code and to u … more →
wrote 2 years ago: The new release of VIBlend Controls for WPF is almost here and we wanted to share with you some addi … more →
wrote 2 years ago: This post will show you how to change the background color of a DataGrid cell after clicking on a Co … more →
wrote 2 years ago: We are adding several important pivot tables improvements in VIBlend WPF DataGrid. The upcoming rele … more →
wrote 2 years ago: You can use the DataGrid‘s SortBy method to perform a sort operation. In the method, pass the … more →
wrote 2 years ago: The DataGrid control allows you to display additional information below the grid rows. To display a … more →
wrote 2 years ago: VIBlend DataGrid for WPF supports both data binding and unbound mode. The unbound mode gives you the … more →
wrote 2 years ago: If you want to enable the built-in resizing feature of the DataGrid rows, set the RowsHierarchy.Allo … more →
wrote 2 years ago: One of the most common data binding scenarios is to bind a DataGrid to a SQL Server database and to … more →
wrote 2 years ago: In this post we will demonstrate you how to bind the VIBlend WPF DataGrid to “Invoices” … more →
wrote 2 years ago: The main focus of the upcoming major release is on the WPF DataGrid control. There are two main area … more →
wrote 2 years ago: One of our main goals while developing our DataGrid controls for Silverlight, WPF and WinForms was t … more →
wrote 2 years ago: VIBlend is proud to announce the immediate availability of the VIBlend WPF Controls ver. 2.0 – … more →
wrote 4 years ago: There are some limitations with WPF. For starters there is no built-in DataGrid controls for WPF. Ho … more →
wrote 5 years ago: Recently I’ve been working with reflection and I’m beginning to realize how powerful thi … more →