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

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

Merge DataGrid Header

The Code Project Latest Articles, May 4, 2012
Views: 170 | Hits 8

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

Flexible ComboBox and EditingControl

The Code Project Latest Articles, May 1, 2012
Views: 204 | Hits 13

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

Extend Repeater to support DataPager

The Code Project Latest Articles, October 21, 2011
Views: 855 | Hits 25

How to extend Repeater to support DataPager....

Ajax dataGrid user control by using Jquery

The Code Project Latest Articles, October 4, 2011
Views: 912 | Hits 36

Ajax dataGrid user control by using Jquery...

Export Ajax datagrid to excel file

The Code Project Latest Articles, October 4, 2011
Views: 768 | Hits 19

Export Ajax datagrid to excel file...

Released Mvc Controls Toolkit 1.2.0 RTW

ASP.NET Announcements, July 18, 2011
Views: 554 | Hits 66

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: 1,211 | Hits 37

An easy way for paging DataGridView...

SQL Pager Control for GridView, DataList, Repeater, DataGridView

The Code Project Latest Articles, May 6, 2011
Views: 658 | Hits 58

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: 1,250 | Hits 31

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: 540 | Hits 5

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: 624 | Hits 4

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

Another DataGridView Printer

The Code Project Latest Articles, December 10, 2010
Views: 803 | Hits 10

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: 897 | Hits 6

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: 606 | Hits 17

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: 1,513 | Hits 7

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: 2,166 | Hits 129

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: 1,651 | Hits 88

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,083 | Hits 43

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,342 | Hits 23

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: 670 | Hits 25

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: 951 | Hits 41

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: 950 | Hits 24

  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: 837 | Hits 45

  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: 885 | Hits 29

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: 903 | Hits 11

  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: 1,230 | Hits 19

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

When Unit Tests arent Enough

Peter Brombergs UnBlog, October 17, 2009
Views: 669 | Hits 9

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: 5,722 | Hits 24

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,098 | Hits 22

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: 2,011 | Hits 111

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,212 | Hits 35

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,273 | Hits 42

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: 2,954 | Hits 6

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: 2,613 | Hits 141

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,430 | Hits 55

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,167 | Hits 98

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...

Export BDC(Business Data Catalog) Data to Excel/PDF

The Code Project Latest Articles, July 24, 2009
Views: 1,994 | Hits 78

Way to export search results(BDC datalist/Enterprise Search) to Excel/PDF...

Repeater with Paging and Sorting feature

The Code Project Latest Articles, July 14, 2009
Views: 1,918 | Hits 134

Repeater with Paging and Sorting feature...

Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 2: Rich Data Query

Brad Abrams, July 11, 2009
Views: 2,019 | Hits 87

Continuing in our discussion of Silverlight 3 and  the brand new update to .NET RIA Services and the update the example from my Mix09 talk building business applications with Silverlight 3. You c...

Wean Yourselves off View State From the Start

AspNetResources.com articles, news and updates, July 10, 2009
Views: 987 | Hits 59

Whenever I start a new project these days, I head straight to web.config and do this: <pages enableViewState="false" enableSessionState="false" autoEventWireup="false"> The key ...

Check and Uncheck all Checkbox inside datagrid easily

The Code Project Latest Articles, May 26, 2009
Views: 3,634 | Hits 333

Using this piece of code we can easily check and uncheck the checkbox within a grid...

Grouping data in Silverlight DataGrid

Method ~ of ~ failed, April 9, 2009
Views: 1,339 | Hits 35

I got this question on how do you add grouping to the DataGrid in Silverlight without using the RIA Services ObjectDataSource. Frankly I didnt know off the top of my head either and Ive since learned ...

Silverlight 2 Datagrid Control

Federal Developer Weblog, January 5, 2009
Views: 2,392 | Hits 136

In case you didnt know, a new download is available which contains an updated version of the Silverlight 2 DataGrid control. You can find the details here   Joel Technorati Tags: Silverlight...

Multiple datatypes in a single column of a DataGrid in a Web Application

The Code Project Latest Articles, November 25, 2008
Views: 1,804 | Hits 88

One out of multiple datatype controls can be shown in a single column of a Datagrid based on row datatype. (Customized datagrid column)...

It Ain't You, Babe A Not-a-bug bug in DataGrid

Jesse Liberty - Silverlight Geek, October 22, 2008
Views: 1,242 | Hits 60

  I'll be writing a set of mini-tutorials on the DataGrid that will, as the King advises, begins at the beginning, goes on till it comes to the end and then stops[1], but before I do, a "...

WPF Datagrid

Guy Barrettes WebLog, August 19, 2008
Views: 5,431 | Hits 220

Microsoft has released a WPF Datagrid.  What's interesting is that both binaries and source code are available on Codeplex. Jaime Rodriguez has 3 blog posts on the topic:http://blogs.gotdotnet.co...

Dynamic bound DataGrid with ExtJS

The Code Project Latest Articles, July 24, 2008
Views: 2,760 | Hits 301

Changing Datagrid bound data on the fly...

Dynamically generating typed objects in .NET

Simple Talk, July 14, 2008
Views: 1,666 | Hits 104

When you are binding Data to DataGrid in .NET, this has to be done at design-time. That's fine if you know what the form of the data is at design time: but what if you don't? Vlad Bodurov looks at so...

Data focused Silverlight demo

Brad Abrams, June 26, 2008
Views: 2,114 | Hits 133

Yet still more time on traveling, I thought I'd do a little demo of a data oriented scenario with Silverlight. Here is what we are after: The data for the app is loaded from a Linq model and sen...

Repeater within Gridview in C# ASP.NET 2.0

The Code Project Latest Articles, June 25, 2008
Views: 5,077 | Hits 681

This article discusses binding a gridview/repeater control from a dataset using a stored procedure...