By tag: DataGrid
0
kicks
Create an Excel like Autofilter using the DataGrid and WPF
Your users are probably used to Excel and how the filtering works, so why not mimic that style of filtering in your own applications? This tutorial shows how you can do it and includes the full source code.
0
kicks
VIBlend WPF Controls ver. 4.0
The new release of VIBlend Controls for WPF brings highly optimized and feature-rich ListBox and ComboBox Controls.
0
kicks
Improved filtering capabilities in the new VIBlend WPF DataGrid
The DataGrid filtering window will be extended by providing an easier and user-friendly experience. The new filtering window will show a checked list box, allowing for single
and/or multiple selections. The previous filtering mechanism will still be available and you will be able to switch to it by...
0
kicks
VIBlend Controls for Windows Forms - ver. 6.0 Released
VIBlend announced the availability of the VIBlend Controls for WinForms ver. 6.0.0. the next generation of user interface controls for Windows Forms.
0
kicks
VIBlend extends the WinForms DataGridView with new features
Extended filtering options, New Cell Editors, Improved Pivot-Design panel and Localization support
0
kicks
WPF DataGrid - DataBinding to SQL Server Database
This post demonstrates how to bind the VIBlend WPF DataGrid to SQL Server DataBase
0
kicks
How to bind a WPF Pivot Grid to MS Access DataBase
Binding of a WPF Pivot Grid to MS Access DataBase
0
kicks
VIBlend Controls for WPF v3.0 - Released
New Controls:
- TabControl, GroupBox, ColorPicker, DropDownButton, SplitButton, RadioButton, CheckBox, Button, ToggleButton, RepeatButton, ScrollViewer, LinkLabel
0
kicks
VIBlend WinForms Controls v5.0 - Released
Key benefits of the new release are:
- 2 new themes for all VIBlend WinForms Controls
- Pivot Design panel
- DataGrid Localization Provider
- Improved Ribbon Bar performance and rendering
- Quick Start projects now have a full support for VS 2010 which will decrease development time
0
kicks
What’s coming in VIBlend WinForms Controls 5.0?
New Pivot Design Panel in VIBlend DataGrid for WinForms
0
kicks
First Look at the new themes for Silverlight
New Silverlight Themes and Styling improvements in VIBlend Silverlight DataGrid
0
kicks
VIBlend Silverlight Controls v3.5 - Released
VIBlend Controls for Silverlight ver. 3.5 - Released
Highlights of the new features and improvements in the new version are:
* DataGrid performance optimizations
* New themes for all VIBlend Controls for Silverlight
* New controls - TabControl, Toolbar and BannerRotator
* De...
0
kicks
Code Re-Use between Silverlight, WPF and WinForms DataGrid
Code Re-Use between VIBlend Silverlight DataGrid, VIBlend WPF DataGrid and VIBlend WinForms DataGrid
0
kicks
How to insert google map in each row of DataGrid
Sample on how to insert google map in rows of data grid or grid view to use location.
0
kicks
WPF Toolkit DataGrid, Part III – Playing with Cells and Columns
In Part II we gave a bluish style to our DataGrid. In this part we will go through setting up how our data gets displayed within the DataGrid. We will have a look on how to create styles for our cells and cell elements along with creating some new types of DataGridColumns that extend existing ones i...