News in the Category:
DataGrid
Total posts: 255 | Sort by Views | Sort by Hits
The Code Project Latest Articles, October 21, 2011
Views: 524 | Hits 22
How to extend Repeater to support DataPager....
The Code Project Latest Articles, October 4, 2011
Views: 597 | Hits 33
Ajax dataGrid user control by using Jquery...
The Code Project Latest Articles, October 4, 2011
Views: 490 | Hits 18
Export Ajax datagrid to excel file...
ASP.NET Announcements, July 18, 2011
Views: 476 | 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...
The Code Project Latest Articles, June 15, 2011
Views: 799 | Hits 31
An easy way for paging DataGridView...
The Code Project Latest Articles, May 6, 2011
Views: 548 | Hits 54
The DataPager is a custom control that attaches to a data control (such as a GridView, ListView, Datalist, Reapeater) allows paging on that control....
Clarity Blogs: ASP.NET, March 8, 2011
Views: 883 | Hits 30
A simple behavior for adding a bindable column Header property to a DataGridTextColumn (or any other DataGridColumn)...
Recently Posted Code Samples on MSDN, February 17, 2011
Views: 441 | 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...
Recently Posted Code Samples on MSDN, January 21, 2011
Views: 349 | Hits 4
This sample demonstrates how to create a custom DataGridView column....
The Code Project Latest Articles, December 10, 2010
Views: 521 | Hits 9
DataGridView printing encapsulated in a stand-alone object. Very easy to use! Updated to allow printing columns wider than one page....
EggHeadCafe.com New Articles, November 17, 2010
Views: 782 | Hits 5
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...
Julia Lerman Blog - Dont Be Iffy..., November 10, 2010
Views: 549 | 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...
EggHeadCafe.com New Articles, September 28, 2010
Views: 1,268 | 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...
The Code Project Latest Articles, April 5, 2010
Views: 1,761 | Hits 126
Display, edit and save large data sets in Silverlight using WCF based services and customized DataGrids...
The Code Project Latest Articles, March 22, 2010
Views: 1,280 | Hits 87
Dynamically updates datagrid columns and formats without change the code files...
Brad Abrams, March 16, 2010
Views: 77 | Hits 2
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...
Brad Abrams, March 16, 2010
Views: 554 | Hits 17
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...
Brad Abrams, March 16, 2010
Views: 995 | 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...
mikes web log, February 9, 2010
Views: 1,280 | 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...
peterkellner.net, January 23, 2010
Views: 612 | 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...
ASP.NET Announcements, December 10, 2009
Views: 898 | 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...
Brad Abrams, November 28, 2009
Views: 105 | Hits 2
I had a great time at my talk PDC2009 talk, but i was disappointed that I could not demo in both C# and VB So here is the next best thing: A full play-by-play of the demo, but all in VB! ...
Brad Abrams, November 25, 2009
Views: 145 | Hits 2
Some of you likely noticed that my PDC09 demo included a stubbed out Search function that I didnt really get to walkthrough during the talk. I thought Id do a blog post showing how it is d...
ComponentArt WebLogs, November 24, 2009
Views: 654 | Hits 11
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...
ComponentArt WebLogs, November 24, 2009
Views: 888 | 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...
ComponentArt WebLogs, November 20, 2009
Views: 643 | Hits 16
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 ...
ComponentArt WebLogs, November 20, 2009
Views: 784 | Hits 42
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...
Brad Abrams, November 19, 2009
Views: 827 | 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 WebLogs, November 17, 2009
Views: 1,322 | Hits 43
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 WebLogs, November 6, 2009
Views: 836 | 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. ...
DevX: .NET Feed, November 6, 2009
Views: 960 | Hits 18
Find out whether a DataGridView column is partially hidden....
Peter Brombergs UnBlog, October 17, 2009
Views: 619 | 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 ...
EggHeadCafe.com New Articles, September 27, 2009
Views: 5,148 | Hits 22
This article shows how to implement custom paging and sorting on a WPF DataGrid. read moreBy Michael Detras...
Jesse Liberty - Silverlight Geek, September 25, 2009
Views: 990 | 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...
DevX: .NET Feed, September 25, 2009
Views: 1,622 | Hits 111
Create a running number column that shows the row number in a DataGrid control....
Jesse Liberty - Silverlight Geek, September 24, 2009
Views: 1,042 | Hits 32
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...
Jesse Liberty - Silverlight Geek, September 6, 2009
Views: 1,117 | Hits 41
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...
EggHeadCafe.com New Articles, August 31, 2009
Views: 2,735 | 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...
The Code Project Latest Articles, August 27, 2009
Views: 2,269 | Hits 141
Web User Control To Enable Paging in Repeater and DataList Controls...
Brad Abrams, August 10, 2009
Views: 1,311 | 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...
Hannes Preishuber, July 30, 2009
Views: 1,953 | Hits 97
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...
The Code Project Latest Articles, July 24, 2009
Views: 1,664 | Hits 77
Way to export search results(BDC datalist/Enterprise Search) to Excel/PDF...
The Code Project Latest Articles, July 14, 2009
Views: 1,582 | Hits 134
Repeater with Paging and Sorting feature...
Brad Abrams, July 11, 2009
Views: 1,861 | 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...
AspNetResources.com articles, news and updates, July 10, 2009
Views: 926 | 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 ...
The Code Project Latest Articles, May 26, 2009
Views: 3,256 | Hits 330
Using this piece of code we can easily check and uncheck the checkbox within a grid...
Method ~ of ~ failed, April 9, 2009
Views: 2,406 | Hits 378
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 ...
Method ~ of ~ failed, April 9, 2009
Views: 1,247 | 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 ...
Federal Developer Weblog, January 5, 2009
Views: 2,265 | 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...
JohnPapa.net, December 20, 2008
Views: 1,562 | Hits 46
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 ...