DotNetShoutout - Stories tagged with DataGrid
4
Shouts

New WPF Datagrid grouping and exporting capabilities from Mindscape

published 507 days, 4 hours, 9 minutes ago posted by traskjdtraskjd 511 days, 8 hours, 50 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Thursday, January 26, 2012 4:01:25 AM GMT
This post looks at new features for the WPF Datagrid control that is part of WPF Elements. The new additions in the latest nightly builds are grouping support and exporting functionality to make the WPF Datagrid save even more development time. This post shows how to use these additional features. (more)
category: UX | clicked: 63 | comment | | source: www.mindscapehq.com
tags: DataGrid, WPF, exporting, grouping, Mindscape
3
Shouts

WPF Data Grid with sparkline charts and display customizations

published 507 days, 4 hours, 9 minutes ago posted by traskjdtraskjd 512 days, 11 hours, 14 minutes ago
Monday, January 30, 2012 8:42:23 AM GMT Wednesday, January 25, 2012 1:37:06 AM GMT
This post looks at customizing the Mindscape WPF Data Grid to demonstrate different display templates for cells. Of particular interest is the use of the charting WPF controls to show how spark lines could be included to show trends over time. (more)
category: UX | clicked: 60 | comment | | source: www.mindscapehq.com
tags: GridView, DataGrid, WPF, Charts, Mindscape, Sparklines
2
Shouts

How to sort the custom template column in DataGrid and Group the records of the DataGrid based on a column value?

posted by dotnetfundadotnetfunda 549 days, 4 hours ago
Monday, December 19, 2011 8:51:02 AM GMT
In this article, we are going to learn about DataGrid in silverlight and its related properties. DataGrid DataGrid control is one of the most important control in Silverlight to develop Line-of-Business (As per Wiki - Line of business (LOB) is a general term which often refers to a set of one or more highly related products which service a particular customer transaction or business need.) applications and is mostly used to List the records in tabular format. Apart from listing the records, it also pro... (more)
category: Metro | clicked: 24 | comment | | source: www.dotnetfunda.com
tags: Silverlight, DataGrid
2
Shouts

What is DataGrid in SilverLight?

posted by dotnetfundadotnetfunda 552 days, 6 hours, 49 minutes ago
Friday, December 16, 2011 6:02:00 AM GMT
In this article, we are going to learn about DataGrid in silverlight and its related properties. DataGrid DataGrid control is one of the most important control in Silverlight to develop Line-of-Business (As per Wiki - Line of business (LOB) is a general term which often refers to a set of one or more highly related products which service a particular customer transaction or business need.) applications and is mostly used to List the records in tabular format. (more)
category: Web Dev | clicked: 5 | comment | | source: www.dotnetfunda.com
tags: Silverlight, DataGrid
3
Shouts

Mindscape WPF Elements 5 Released

published 557 days, 39 minutes ago posted by traskjdtraskjd 560 days, 3 hours, 11 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 9:40:02 AM GMT
Mindscape have released version 5 of their popular WPF control suite. Highlights include a high performance data grid, time explorer and over 1000 improvements across the entire 50+ controls now included in the suite. (more)
category: UX | clicked: 20 | comment | | source: www.mindscapehq.com
tags: DataGrid, WPF, XAML, Mindscape
3
Shouts

WPF’s DataGridCheckBoxColumn ElementStyle uses a wrong default value

published 653 days, 6 hours, 25 minutes ago posted by jmix90jmix90 653 days, 13 hours, 18 minutes ago
Tuesday, September 06, 2011 6:26:05 AM GMT Monday, September 05, 2011 11:33:21 PM GMT
Today I found out a strange behavior in the DataGridCheckBoxColumn: it was not using the default template I set in the resources for the CheckBoxes and uses the default WPF’s one instead. This happens always when you set the AutoGeneratedColumns option to true and a work-around exists otherwise. (more)
category: How To | clicked: 10 | 1 comment | | source: www.jonathanantoine.com
tags: DataGrid, Checkbox, WPF, Bug
2
Shouts

Silverlight Datagrid - Retrieving details on Editing

posted by dotnetsparkdotnetspark 670 days, 15 hours, 47 minutes ago
Friday, August 19, 2011 9:03:59 PM GMT
In this article we would be seeing how we are going to retrieve the details on Editing the DataGrid or Listbox (more)
category: Metro | clicked: 9 | comment | | source: www.dotnetspark.com
tags: Silverlight, DataGrid, DotNetSpark
3
Shouts

Filtering Records in Silverlight DataGrid using PagedCollectionView

published 926 days, 19 hours, 6 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 928 days, 2 hours, 29 minutes ago
Monday, December 06, 2010 5:45:28 PM GMT Sunday, December 05, 2010 10:22:06 AM GMT
In my last article, we discussed about “Grouping Records in Silverlight DataGrid using PagedCollectionView” where we grouped our data records by column name using the PagedCollectionView. In this article, we will see how this PagedCollectionView will help us to filter out the records based on the search keyword. Not much code but the trick done with the same class will do everything for us in some easy way. We will learn about this here in this article. Not only this, we will also see the filtering o... (more)
category: Metro | clicked: 6 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, DataGrid, filter, pagedcollectionview
2
Shouts

Grouping Records in Silverlight DataGrid using PagedCollectionView

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 928 days, 8 hours, 51 minutes ago
Sunday, December 05, 2010 4:00:47 AM GMT
Do you work with Silverlight DataGrid and want to group your records inside the DataGrid in a proper manner? If so, this article is for you. Here we will learn about data grouping inside a DataGrid. In this article, we will learn how to group data inside a Grid. We will discuss all these steps-by-step and with proper images, so that, you can understand it very easily.   The full source code has been attached. You can freely download it and that will be more helpful for you to understand. Read the c... (more)
category: Metro | clicked: 7 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, DataGrid, pagedcollectionview
3
Shouts

WPF Data grid to CSV and HTML the easy way

published 951 days, 4 hours, 6 minutes ago posted by mikeukmikeuk 952 days, 25 minutes ago
Friday, November 12, 2010 8:45:46 AM GMT Thursday, November 11, 2010 12:25:53 PM GMT
The WPF DataGrid can be a difficult beast to tame but it has a lot of built in power and once you get to understand the way that it works it can save you a lot of code and a lot of time. Converting its contents to CSV or HTML is a common requirement and there is a nice trick to doing the job using the Clipboard and a WPF command. (more)
category: UX | clicked: 1 | comment | | source: www.i-programmer.info
tags: DataGrid
2
Shouts

Controlling and viewing the ScrollBar positions in Silverlight DataGrid : The CodeGain

posted by codegaincodegain 1009 days, 13 hours, 50 minutes ago
Tuesday, September 14, 2010 11:01:35 PM GMT
If you take a look at the Silverlight DataGrid you'll see that you can't control scrolling by default. This could be a hurdle if you're working with data driven applications. What if you want to preserve the scroll position after you reload the DataGrid (more)
category: Metro | clicked: 3 | comment | | source: www.codegain.com
tags: DataGrid, .Net 4.0, .NET 3.5
4
Shouts

Controlling and viewing the ScrollBar positions of your Silverlight DataGrid

posted by sandrinosandrino 1010 days, 3 hours, 30 minutes ago
Tuesday, September 14, 2010 9:21:15 AM GMT
If you take a look at the Silverlight DataGrid you'll see that you can't control scrolling by default. This could be a hurdle if you're working with data driven applications. What if you want to preserve the scroll position after you reload the DataGrid? In this article we're going to do 2 things in regard to scrolling: Create extension methods to control the DataGrid scrolling. Create a custom DataGrid for advanced scenarios. (more)
category: Metro | clicked: 3 | comment | | source: sandrinodimattia.net
tags: Automation, DataGrid, Silverlight 4
5
Shouts

Using The Silverlight DataGrid with View Model / MVVM - CodeProject

published 1056 days, 50 minutes ago posted by faisalhossainfaisalhossain 1056 days, 18 hours, 30 minutes ago
Friday, July 30, 2010 12:01:01 PM GMT Thursday, July 29, 2010 6:21:21 PM GMT
The Silverlight DataGrid is a powerful control that allows inline editing, paging, sorting, and drag and drop re-ordering of columns. It can be challenging to understand when using normal code behind techniques, but sometimes downright baffling when using View Model / MVVM style programming. In the following examples, we will not directly reference the DataGrid in the View Model. The code we will create can be consumed by... (more)
category: Metro | clicked: 6 | comment | | source: www.codeproject.com
tags: Silverlight, DataGrid, MVVM
4
Shouts

Musings of a Software Developer: WPF Datagrid – Load and Performance

published 1068 days, 22 hours, 5 minutes ago posted by http://krishnabhargav.blogspot.com/http://krishnabhargav.blogspot.com/ 1069 days, 14 hours, 37 minutes ago
Saturday, July 17, 2010 2:46:38 PM GMT Friday, July 16, 2010 10:14:02 PM GMT
This post is not about performance numbers of WPF Datagrid but simply about what you should be aware of in order to make it perform well. I was not motivated enough to use profiler to show realistic numbers but instead used the Stopwatch class wherever applicable. This post does not go into techniques to handle large amounts of data such as Paging or how to implement paging, but focuses on how to make the datagrid work with large data. Here is the C# class that generates the data I want to load the Data... (more)
category: UX | clicked: 6 | comment | | source: krishnabhargav.blogspot.com
tags: DataGrid, Performance Tweaks, WPF, Novice
2
Shouts

Visual Basic - VB .Net - Suchen und markieren im DataGrid

published 1138 days, 3 hours, 28 minutes ago posted by OnkelHorstOnkelHorst 1138 days, 8 hours, 33 minutes ago
Sunday, May 09, 2010 9:23:22 AM GMT Sunday, May 09, 2010 4:18:13 AM GMT
A vb .net source code that show how you search and select the founded item in a DataGrid. Code is wrote by Heinz Prelle. (more)
category: Architecture | clicked: 0 | 1 comment | | source: www.visual-basic5.de
tags: DataGrid, Heinz Prelle, VB .NET
6
Shouts

outcoldman: Export data to Excel from Silverlight/WPF DataGrid

published 1154 days, 23 hours, 54 minutes ago posted by http://outcoldman.ru/openidhttp://outcoldman.ru/openid 1155 days, 17 hours, 57 minutes ago
Thursday, April 22, 2010 12:57:28 PM GMT Wednesday, April 21, 2010 6:53:51 PM GMT
At this article I'll show you how to work with Excel object from .NET 4 and Silverlight 4 with dynamic objects and give you an approach which allow you to export data from DataGrid Silverlight and WPF controls. (more)
category: Metro | clicked: 8 | comment | | source: outcoldman.ru
tags: Silverlight, WPF 4, COM, dynamic, DataGrid, C#, WPF, Silverlight 4, Excel, XAML
4
Shouts

Binding a Silverlight 3 DataGrid to dynamic data via IDictionary (Updated) | Colin Eberhardt's Adventures in WPF

published 1179 days, 21 hours, 16 minutes ago posted by FantasticMrFishFantasticMrFish 1181 days, 6 hours, 50 minutes ago
Sunday, March 28, 2010 3:35:23 PM GMT Saturday, March 27, 2010 6:00:57 AM GMT
In this post I demonstrate a method for binding a Silverlight 3 DataGrid to dynamic data, i.e. data which does not have properties that are known at design time. This technique results in a bound grid which is sortable and editable. This blog post is a bug fix (due to differences between SL2 and SL3) and expansion on my previous posts on this subject. WinForms, WPF and ASP.NET are all perfectly capable of binding to dynamic data via a DataGrid, or custom TypeDescriptors. However Silverlight has neither ... (more)
category: Metro | clicked: 3 | comment | | source: www.scottlogic.co.uk
tags: Dynamic Binding, DataGrid, Silvelight 3
5
Shouts

DataGrid Row Header In Silverlight

published 1182 days, 18 minutes ago posted by dotnetsparkdotnetspark 1182 days, 19 hours, 52 minutes ago
Friday, March 26, 2010 12:33:31 PM GMT Thursday, March 25, 2010 4:59:38 PM GMT
DataGrid in Silverlight 3 has Row Header, but by default it is collapsed. We will see how it can be useful to a DataGrid display. (more)
category: Metro | clicked: 6 | comment | | source: www.dotnetspark.com
tags: Silverlight, DataGrid, DotNetSpark
5
Shouts

Using the WPF .NET 4.0 DataGrid

published 1210 days, 12 hours, 21 minutes ago posted by mikeukmikeuk 1211 days, 2 hours, 49 minutes ago
Friday, February 26, 2010 12:30:00 AM GMT Thursday, February 25, 2010 10:02:24 AM GMT
The new WPF DataGrid is very easy to use once you understand its basic mode of operation (more)
category: How To | clicked: 3 | comment | | source: www.i-programmer.info
tags: DataGrid, WPF
6
Shouts

Silverlight DataGrid quick styling tip keep selected row focus state - Tim Heuer

published 1231 days, 3 hours, 42 minutes ago posted by jantujantu 1231 days, 18 hours, 29 minutes ago
Friday, February 05, 2010 9:09:01 AM GMT Thursday, February 04, 2010 6:22:41 PM GMT
A developer asked me this question and while a simple answer, I thought it would be a good quick tip to share for those who may be in similar situations.The scenario is the classic master-details scenario where perhaps you have a grid of data and when a user selects the row, the details are enabled in a form (or perhaps the child of the element) for editing. Maybe something like this... (more)
category: Metro | clicked: 5 | comment | | source: timheuer.com
tags: Silverlight, Themes, DataGrid, Blend, Expression Blend, riaservices, VisualStateManager
Previous 1 2 Next