Stories recently tagged with 'DataGrid'

WPF Toolkit DataGrid, Part II – Custom Styling(sweux.com)

submitted by smourasmoura(165) 3 years ago

In Part I we went through basic DataGrid setup creating a sample application that showcased the usage of DataGridColumns. In this part we will dive into more advanced concepts. It is my ambition that you get a good understanding of how to setup a DataGrid to do whatever you wish without restrictions. In this part we will focus: Visual breakdown of styles and layout, Styling the DataGrid, Styling DataGridColumnHeaders, Styling DataGridRowHeaders and Creating a new template for the SelectAllButton. read more...

add a comment |category: |Views: 358

tags: another

WPF Toolkit DataGrid, Part I - Introduction(sweux.com)

submitted by smourasmoura(165) 3 years ago

This article is part of a series in which I will go through some key achievements when using WPF Toolkit DataGrid on a project I am working on. In this first article we will go through the following topics: Hands on your First WPF DataGrid, DataGridColumn Hierarchy and Using DataGridColumns to enhance the DataGrid sample. Running samples are provided for all source code presented. read more...

add a comment |category: |Views: 526

tags: another

Silverlight 2.0 - Using Silverlight DataGrid to consume ASMX Web Servi(syedarizvi.blogspot.com)

submitted by ahmer75ahmer75(120) 3 years, 6 months ago

Microsoft released Silverlight 2.0 on October 13, 2008. Silverlight 2 provides cross-browser rich UI experience which developers can use to author media rich applications using .NET language (C#, Visual Basic etc) of their choice. The article will demonstrate working of Silverlight 2.0 enabled UI by creating an ASP.NET web-form with Silverlight DataGrid control consuming ASMX Web Service. read more...

add a comment |category: |Views: 224

tags: another

Custom Sort Icons with Silverlight 2's DataGrid Control(mattberseth.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 9 months ago

While looking through the control templates for Silverlight 2's DataGrid, I noticed the DataGridColumnHeader defines a couple of StoryBoards that allow you to control how the headers are displayed as they pass through the three column states: {Sorted Ascending, Sorted Descending, Unsorted}. And without too much work you can override the default display and customize it to your liking. I took a crack at overriding these states to mimic the icons the awesome jquery tablesorter plugin uses - below is a sample table that shows how it turned out. Read on for the details (there really aren't too many) and don't forget to check out the live demo and download. read more...

add a comment |category: |Views: 164

tags: another

Using The Silverlight DataGrid(blogs.msdn.com)

submitted by JemmJemm(9604) 4 years, 2 months ago

At MIX 2008 we shipped the first preview of the Silverlight DataGrid and a preview of it in WPF was also shown. Now that it is out there people want to know how to use it. If you are one of those people, then you have come to the right place. Here's a quick guide on how to get up and running with a Silverlight DataGrid. read more...

add a comment |category: |Views: 130

tags: another

Use a CTE along with ROW_NUMBER() to Paginate Records in SQL 2005(blog.troyd.net)

submitted by powerrushpowerrush(3873) 4 years, 9 months ago

You may be familiar with ROW_NUMBER(), but did you know you'll also need to combine that with a Common Table Expression (CTE) to paginate through your records? read more...

add a comment |category: |Views: 15

tags: another

ASP.NET Tips & Tricks(dotnethangout.blogspot.com)

submitted by bulli_101bulli_101(25) 5 years, 2 months ago

Simple Solutions for Realtime asp.net Programming Problems, like Sending Mail, Datagrid Itemcommand, IFRAMES in ASP.net, Javascript in ASP.net,Cookies in ASP.net,Xml in .NET, sorting programs read more...

1 comment |category: |Views: 12

tags: another

Read the value of a checkbox in a datagrid(dennylove.blogspot.com)

submitted by superghostsuperghost(2260) 5 years, 3 months ago

Shows you how to read the value of a template field's checkbox, or any other control, within a datagrid. read more...

add a comment |category: |Views: 31

tags: another

Free Xceed datagrid control for WPF(blogs.msdn.com)

submitted by frank12345frank12345(2809) 5 years, 3 months ago

Free Xceed datagrid control for WPF read more...

add a comment |category: |Views: 58

tags: another

Free Xceed DataGrid Control for WPF Released(blogs.msdn.com)

submitted by KosmatosKosmatos(50) 5 years, 4 months ago

Xceed has decided to release their fully-functional, professional-level WPF DataGrid control completely free. No, this isn't a time-limited or "lite" version of the control...it's the real deal. When you consider that WPF version 1.0 doesn't ship with a data grid control at all, you'll realize that an offer like this is very compelling. read more...

add a comment |category: |Views: 148

tags: another

DataGrid With A Title Row(haacked.com)

submitted by HaackedHaacked(5105) 5 years, 11 months ago

This post presents some code to create a custom datagrid that renders a "title" row. This row spans all the columns and is rendered above the column headers row. read more...

add a comment |category: |Views: 167

tags: another

Edit Almost Anything in a DataGrid(codeproject.com)

submitted by ca___tca___t(50) 6 years, 2 months ago

Allow your DataGrid to edit pictures and a whole range of other data types. read more...

1 comment |category: |Views: 13

tags: another

DataGrid Paging and Sorting Using A DataReader(developerfusion.co.uk)

submitted by james_crowleyjames_crowley(315) 6 years, 3 months ago

This article will demonstrate two ways one could implement the DataReader to bind a DataGrid, that includes caching, paging and persistent bi-directional sorting, all without the use of a DataAdapter/DataSet at all! read more...

add a comment |category: |Views: 324

tags: another