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

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

Out, damned space

mikes web log, February 9, 2010
Views: 134 | Hits 16

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

WebGrid DataGrid 3.3.1 available!

ASP.NET Announcements, December 10, 2009
Views: 274 | Hits 26

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

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

SOA.UI with DataGrid for AJAX

ComponentArt WebLogs, November 24, 2009
Views: 289 | Hits 12

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

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

Performance Improvements in DataGrid for AJAX 2009.3

ComponentArt WebLogs, November 20, 2009
Views: 266 | Hits 14

  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: 283 | Hits 23

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

Filtering and Searching with DataGrid for Silverlight

ComponentArt WebLogs, November 17, 2009
Views: 324 | Hits 21

  As of version 2009.3, ComponentArt DataGrid for Silverlight has out-of-the-box support for searching and filtering, with all the accompanying UI and API control. To enable filtering through the...

ComponentArt UI.Framework 2009.3 and .NET RIA Services

ComponentArt WebLogs, November 6, 2009
Views: 192 | Hits 6

  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: 314 | Hits 9

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

When Unit Tests arent Enough

Peter Brombergs UnBlog, October 17, 2009
Views: 90 | Hits 1

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

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

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: 576 | Hits 72

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: 241 | Hits 8

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: 287 | Hits 13

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: 866 | Hits

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: 954 | Hits 101

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: 517 | Hits 38

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: 627 | Hits 47

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: 585 | Hits 48

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: 613 | Hits 95

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: 646 | Hits 57

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: 415 | Hits 49

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

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,084 | Hits 85

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

Grouping data in Silverlight DataGrid

Method ~ of ~ failed, April 9, 2009
Views: 660 | Hits 27

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

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

Updated Silverlight 2 DataGrid Available

JohnPapa.net, December 20, 2008
Views: 811 | Hits 34

The DataGrid has taken some heat for a few problems it has caused people in Silverlight. Thats why it is great to see an updated version of the DataGrid so quickly. This new version claims to contain ...

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

The Code Project Latest Articles, November 25, 2008
Views: 1,016 | Hits 70

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: 766 | Hits 49

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

IsolatedStorage as a Silverlight object cache

Method ~ of ~ failed, September 24, 2008
Views: 988 | Hits 73

Someone posed this question (Can you use IsolatedStorage in Silverlight as a more reliable browser caching technique?) to me and I answered with my usual optimistic in theory, yes answer. Of course I ...

WPF Datagrid

Guy Barrettes WebLog, August 19, 2008
Views: 3,090 | Hits 169

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

Changing Datagrid bound data on the fly...

Dynamically generating typed objects in .NET

Simple Talk, July 14, 2008
Views: 1,134 | Hits 75

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

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: 3,782 | Hits 581

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

Free Silverlight datagrid released - Download now

The ASPx Blog, June 19, 2008
Views: 1,847 | Hits 371

Our new free Silverlight datagrid has just been released and is available for download immediately! Here's the official announcement: This is an honest to goodness, no strings attached, fr...

Code Collection: Old code to improve the DataGrid control

Al Pascual, June 14, 2008
Views: 1,109 | Hits 67

 Found this code in my old hard disk, I remember I received a few emails about how to improve a control, this could be helpful to somebody:   /// <summary> /// Summary descri...

Slide Show User Control

The Code Project Latest Articles, May 28, 2008
Views: 1,502 | Hits 180

This article describes how to create a SlideShow user control with the help of the DataList Control....

Ajax Data Controls from DotNetSlackers

Misfit Geek, May 12, 2008
Views: 862 | Hits 34

This looked interesting so I thought I would share it. Please let me know what you think..... From the CodePlex Description. The Ajax Data Controls is a DotNetSlackers project. Developed on...

Ajax Data Controls from DotNetSlackers

Misfit Geek, May 12, 2008
Views: 845 | Hits 14

This looked interesting so I thought I would share it. Please let me know what you think..... From the CodePlex Description. The Ajax Data Controls is a DotNetSlackers project. Developed on...

An introduction to using a DataGrid control in Silverlight 2.0

The Code Project Latest Articles, April 24, 2008
Views: 1,314 | Hits 133

An introduction to using the DataGrid control in Silverlight 2.0....

Great fluent interface sample: the fluent repeater

Fabrice's weblog, April 24, 2008
Views: 1,089 | Hits 72

I'm not that much a fan of fluent interfaces, but in some cases they are well fit.A great example is the fluent repeater created by Adrian Aisemberg. It's also a good example if you don't know what a ...

The RIGHT way to use checkboxes in a .NET Repeater!

The Code Project Latest Articles, April 8, 2008
Views: 1,095 | Hits 109

How to have generate checkboxes corresponding to items in a repeater, and how to retrieve their state on PostBack...

Data Grid Row Value

The Code Project Latest Articles, March 30, 2008
Views: 1,698 | Hits 154

Get DataGrid Row Value without PostBack or AJAX...

Silverlight 2 DataGrid walk-through posted

Brad Abrams, March 21, 2008
Views: 1,409 | Hits 166

Scott Morrison (the PM for the Silverlight DataGrid) recently posted a very good walk through of using the DataGrid (complete with C# and VB samples)..  I recommending staying tuned to his blog i...

Tip of the Day - Binding to a Collection

Jesse Liberty - Silverlight Geek, March 16, 2008
Views: 1,086 | Hits 86

The Tip of the Day doesn't usually carry on a related series of postings, but data binding is so important that I'm making an exception this weekend. Yesterday we looked at laying out a form u...

Tip of the Day Returns from Disney - Master Detail in Silverlight 2

Jesse Liberty - Silverlight Geek, March 15, 2008
Views: 930 | Hits 53

Okay, its true, I was having so much fun at Disney World (and if you've not been on Soarin, then find a conference in Orlando, and sneak out to Soar, yowza!) that Tip of the Day kinda' sorta&#...

Blend 2.5 march preview: Where is the Silverlight DataGrid ??

Laurent Duveau, March 13, 2008
Views: 1,186 | Hits 49

[Post written as of Silverlight 2 beta 1 and Expression Blend 2.5 march preview] Strange that the DataGrid is not in Expression Blend 2.5 march preview toolbox, but only in VS2008 !? If you add a ...

Product Spotlight