News in the Category: DataGrid Subscribe to the rss of this category.

Total posts: 250 | Sort by Views | Sort by Hits

ASP.NET: Tooltip in Datalist

The Code Project Latest Articles, May 21, 2013
Views: 310 | Hits 12

How to add Tooltip in datalist...

Filtering with RadDataControl for Windows 8

the telerik blogs, April 22, 2013
Views: 235 | Hits 3

Declarative and Programmatic filtering of data with RadDataGrid for Windows 8...

Custom Paging Control

The Code Project Latest Articles, April 20, 2013
Views: 299 | Hits 19

Custom paging control for repeaters...

Find That Data in Conference Buddy! Conditional Column Color in RadDataGrid for Win 8

the telerik blogs, April 8, 2013
Views: 200 | Hits 2

RadDataGrid is a highly flexible and very powerful tool. In this post we look at how to set the color of a cell within a column conditionally -- if a condition is true, make the column entry red, othe...

Taking Control Of Columns In RadDataGrid

the telerik blogs, March 14, 2013
Views: 261 | Hits 3

Our new RadDataGrid for Windows 8 is very powerful and yet easy to use. This article shows how to modify the column headers and contents....

CIMTool for Windows Management Instrumentation - Part 3

The Code Project Latest Articles, February 23, 2013
Views: 499 | Hits 8

A first take on code generation for WMI, and a bit of magic for the WPF DataGrid...

Exporting DataGridview To Excel

The Code Project Latest Articles, February 17, 2013
Views: 475 | Hits 19

How to export DataGridView data to Excel....

Grouping and Row detail Grid

The Code Project Latest Articles, January 21, 2013
Views: 505 | Hits 9

Custom DataGrid than can group data and display row details...

Another DataGridView Printer

The Code Project Latest Articles, December 24, 2012
Views: 625 | Hits 13

DataGridView printing encapsulated in a stand-alone object. Very easy to use! Updated to allow printing columns wider than one page....

Visual Studio 2012 Metro Styles for WPF

The Code Project Latest Articles, December 9, 2012
Views: 579 | Hits 52

Black Metro Styles for Button, ListBox, Menu, ScrollBar, TabControl, TextBox, ComboBox, DataGrid and GroupBox...

Copying DataGridView Contents To Clipboard

The Code Project Latest Articles, November 9, 2012
Views: 678 | Hits 16

Copy DataGridView contents to clipboard regardless of current selection....

DataGridView Stacked Header

The Code Project Latest Articles, October 28, 2012
Views: 374 | Hits 18

DataGridView forms an integral part of any application and with specific needs of the applications, harnessing power of DataGridView is essential. I faced a similar scenario in a project where we had ...

Emails Extractor

The Code Project Latest Articles, October 1, 2012
Views: 370 | Hits 13

Program Extracts Emails and Data (names,phones and Gender) belongs to a group of people from text file and order them into Datagridview which can be saved as .csv file contains peoples contacts which ...

Display Colored Items in DataList at runtime and handling the DataListItem CheckBox event

The Code Project Latest Articles, August 13, 2012
Views: 1,006 | Hits 11

This article discuss the way to display the DataList items in different colors based on some predefined conditions....

Merge DataGrid Header

The Code Project Latest Articles, May 4, 2012
Views: 1,206 | Hits 14

This is an alternative for "Merge DataGrid Header"...

Flexible ComboBox and EditingControl

The Code Project Latest Articles, May 1, 2012
Views: 1,228 | Hits 18

Using any Control In ComboBox or in EditingControl for DataGridView...

Extend Repeater to support DataPager

The Code Project Latest Articles, October 21, 2011
Views: 1,910 | Hits 29

How to extend Repeater to support DataPager....

Ajax dataGrid user control by using Jquery

The Code Project Latest Articles, October 4, 2011
Views: 1,959 | Hits 42

Ajax dataGrid user control by using Jquery...

Export Ajax datagrid to excel file

The Code Project Latest Articles, October 4, 2011
Views: 1,754 | Hits 20

Export Ajax datagrid to excel file...

Released Mvc Controls Toolkit 1.2.0 RTW

ASP.NET Announcements, July 18, 2011
Views: 825 | Hits 68

Below the list of changes:  Now all Items controls: DataGrid, SortableList and TreeView are able to work with a mix of subclasses of the classes declared in the ViewModel. For each Item the Mode...

A Simple Way for Paging in DataGridView in WinForm Applications

The Code Project Latest Articles, June 15, 2011
Views: 2,308 | Hits 53

An easy way for paging DataGridView...

SQL Pager Control for GridView, DataList, Repeater, DataGridView

The Code Project Latest Articles, May 6, 2011
Views: 1,023 | Hits 75

The DataPager is a custom control that attaches to a data control (such as a GridView, ListView, Datalist, Reapeater) allows paging on that control....

DataGridColumn Bindable Header for Localization Support in Silverlight 4

Clarity Blogs: ASP.NET, March 8, 2011
Views: 2,385 | Hits 36

A simple behavior for adding a bindable column Header property to a DataGridTextColumn (or any other DataGridColumn)...

WPF Databinding in Visual Studio 2010 RTM

Recently Posted Code Samples on MSDN, February 17, 2011
Views: 853 | Hits 6

This sample demonstrates how to create a WPF Forms solution that checks user input with validation code, demonstrates common controls such as DataGrid and ComboBox, and shows typical data manipulation...

CSWinFormDataGridView

Recently Posted Code Samples on MSDN, January 21, 2011
Views: 1,649 | Hits 5

This sample demonstrates how to create a custom DataGridView column....

Another DataGridView Printer

The Code Project Latest Articles, December 10, 2010
Views: 1,848 | Hits 12

DataGridView printing encapsulated in a stand-alone object. Very easy to use! Updated to allow printing columns wider than one page....

how to use the datalist asp.net control for listing your menu with category/ subcategory with expand / collapse

EggHeadCafe.com New Articles, November 17, 2010
Views: 1,139 | Hits 8

How to use datalist asp.net control for listing your menu with category/ subcategory. It will also allow you to expand and collapse your category / subcategory using javsacript. We will discuss how to...

Updating Dates with WPF DatePicker

Julia Lerman Blog - Dont Be Iffy..., November 10, 2010
Views: 847 | Hits 18

I spent hours and hours trying to find this piece of information. Finally I was very happy to have Julia Kornich, a technical writer on the EF team, save the day! By default a DatePicker control does...

Grouping items in a WPF DataGrid can be easily achieved by using CollectionViewSource and freezing the group headers.

EggHeadCafe.com New Articles, September 28, 2010
Views: 2,102 | Hits 10

Grouping items in a WPF DataGrid can be easily achieved by using CollectionViewSource. We have the option to put headers to identify the groups. However, unlike columns, group headers cannot be frozen...

Handling Large Data Sets in Silverlight using WCF and Customized DataGrids

The Code Project Latest Articles, April 5, 2010
Views: 3,396 | Hits 133

Display, edit and save large data sets in Silverlight using WCF based services and customized DataGrids...

Stored Procedure Driven Data Grid

The Code Project Latest Articles, March 22, 2010
Views: 2,675 | Hits 90

Dynamically updates datagrid columns and formats without change the code files...

Silverlight 4 + RIA Services - Ready for Business: Consuming Data in the Silverlight Client

Brad Abrams, March 16, 2010
Views: 1,406 | Hits 44

To continue our series, lets see where the fun comes in my look at how easy that is to consume from the client.  First just to help you understand what is happening behind the covers, lets look...

Out, damned space

mikes web log, February 9, 2010
Views: 1,621 | Hits 25

The other day I was doing something where I wanted to display some data as a comma-delimited list, like so:a, b, c, dThis seemed like a job for the Repeater control. So I created the markup for the co...

Adding A DataGrid With Connect The Dots DataBinding in VS 2010 (Article 3 of 7)

peterkellner.net, January 23, 2010
Views: 938 | Hits 27

Title Of Each Article Video Included With Each Post Part 1 Introduction To RIA Services In Silverlight (This Article) 7 Minutes Part 2 Basic RIA Services And DataGrid With  VS 2010 Tooling 14 Minute...

WebGrid DataGrid 3.3.1 available!

ASP.NET Announcements, December 10, 2009
Views: 1,167 | Hits 44

Hi,WebGrid DataGrid update has been released, and some of the new features.Slider navigationRanged slider navigationAjaxLoaderTemplateSkinType (20+ built-in skins supported)See WebGrid Roadmap for det...

SOA.UI with DataGrid for AJAX

ComponentArt WebLogs, November 24, 2009
Views: 1,190 | Hits 25

  A bit of time has passed since we introduced the SOA.UI framework for writing web services that drive the UI. Integration with this elegant framework has become an important part of Web.UI for...

Performance Improvements in DataGrid for AJAX 2009.3

ComponentArt WebLogs, November 20, 2009
Views: 1,082 | Hits 49

  In the recently published 2009.3 release of Web.UI for AJAX, one of the major enhancements to the ever-popular Grid control (now officially named DataGrid) is optimized client-side rendering an...

PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010

Brad Abrams, November 19, 2009
Views: 1,140 | Hits 32

I had a great time at my talk today at PDC2009.  I was able to spend much of the time in a demo   Here is a summary of that demo so you can walk through it on your own machine: What yo...

ComponentArt UI.Framework 2009.3 and .NET RIA Services

ComponentArt WebLogs, November 6, 2009
Views: 1,225 | Hits 14

  What is .NET RIA Services? To quote Microsoft: Microsoft .NET RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.NET and Silverlight platforms. ...

Quickly Determine Whether a Column Is Fully Visible in a DataGridView

DevX: .NET Feed, November 6, 2009
Views: 2,224 | Hits 21

Find out whether a DataGridView column is partially hidden....

When Unit Tests arent Enough

Peter Brombergs UnBlog, October 17, 2009
Views: 924 | Hits 11

Unit Testing of your work is generally accepted as the mark of a professional developer. However have you thought about what happens when you make a boo-boo on the tests you create? You guessed it ...

WPF DataGrid Custom Paging and Sorting

EggHeadCafe.com New Articles, September 27, 2009
Views: 7,781 | Hits 34

This article shows how to implement custom paging and sorting on a WPF DataGrid.  read moreBy Michael Detras...

RIA Svcs Data Source Control

Jesse Liberty - Silverlight Geek, September 25, 2009
Views: 1,391 | Hits 23

Turing Project Page: [Novice: 11 | Advanced: 8 ]    FAQ | Table of Contents | Definitions What is this and where do I start?   Part 3 of 3 This is the last of a three part sub-s...

Displaying Row Numbers in a DataGrid

DevX: .NET Feed, September 25, 2009
Views: 3,075 | Hits 112

Create a running number column that shows the row number in a DataGrid control....

Project Turing: Beginning RIA Svcs

Jesse Liberty - Silverlight Geek, September 24, 2009
Views: 1,591 | Hits 39

Turing Project Page: [Novice: 9 | Advanced: 6 ]    FAQ | Table of Contents | Definitions What is this and where do I start? From Database to DataGrid The next step in Proje...

Project Turing: Beginning RIA Services

Jesse Liberty - Silverlight Geek, September 6, 2009
Views: 1,670 | Hits 45

Turing Project Page: [Novice: 9 | Advanced: 6 ]    FAQ | Table of Contents | Definitions What is this and where do I start?       From Database to DataGrid T...

WPF DataGrid as ComboBox Dropdown

EggHeadCafe.com New Articles, August 31, 2009
Views: 3,743 | Hits 9

This article describes how to display the items of a WPF ComboBox inside a DataGrid when the ComboBox is clicked. It also shows how to make the behavior same as that of a normal ComboBox, like clickin...

Allow Paging in Repeater and DataList Using C#

The Code Project Latest Articles, August 27, 2009
Views: 3,738 | Hits 144

Web User Control To Enable Paging in Repeater and DataList Controls...

Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 21: Hierarchal Data

Brad Abrams, August 10, 2009
Views: 1,717 | Hits 57

Wow the gift that keeps giving.. I am *still* having fun updating my my simple Mix 09 Business Application demo.   Would anyone be interested in a say 10 hour session at PDC2009 where we wa...

Silverlight Twitter Client with authentication

Hannes Preishuber, July 30, 2009
Views: 2,607 | Hits 102

Its not easy to access a cross domain RSS feed. But it is nearly impossible to do same with authentication. HTTP Client stack and HTTP browser stack in Silverlight 3 and beyond does not support authen...