Login
|
Register
|
Help
in
Current Tags
The One With
Developer Express
(Entire Site)
Forums
Blogs
Files
Devexpress.Com
ClientCenter
Support Center
DevExpress Channel
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Recent Posts
Silverlight Menu Control: Customizing Appearance
Silverlight Menu Control
PDC 2008: Watch the CodeRush Xpress Presentation
PDC 2008 Show Off Contest
Silverlight Controls Preview
Tags
AgDataGrid
AgLayoutControl
AgMenu
AgNavBar
AgRichTextEdit
ASPxScheduler
DataGrid
PDC 2008
Samples
Scheduler
Silverlight
Spell Checker
TechEd
Transcripts
v2008.2
Video
XPO
XtraCharts
XtraGrid
XtraPivotGrid
XtraPrinting
XtraReports
XtraScheduler
XtraSpellChecker
Archives
November 2008
(1)
October 2008
(6)
September 2008
(11)
August 2008
(4)
July 2008
(12)
June 2008
(10)
The One With
Browse by Tags
All Tags
»
AgDataGrid
(
RSS
)
AgLayoutControl
AgMenu
AgNavBar
AgRichTextEdit
PDC 2008
Silverlight
Silverlight Controls Preview
Well, PDC is finally here...and if you are attending, I recommend that you don't leave our booth for a second . Anything can happen :). But that's not what this post is about. This post is about some of the upcoming controls for Silverlight 2...
Posted
Oct 27 2008, 12:54 AM
by
Azret Botash (Developer Express)
with | with
16 comment(s)
Filed under:
Silverlight
,
AgDataGrid
,
PDC 2008
,
AgRichTextEdit
,
AgLayoutControl
,
AgNavBar
,
AgMenu
AgDataGrid : Support for Silverlight 2 RTW
RTW is out and so is the AgDataGrid for it. http://demos.devexpress.com/AgDataGridDemos/ Download the latest bits from your Client Center area: https://www.devexpress.com/ClientCenter/default.aspx Cheers Azret
Posted
Oct 16 2008, 10:29 AM
by
Azret Botash (Developer Express)
with | with
no comments
Filed under:
Silverlight
,
AgDataGrid
AgDataGrid : Support for Silverlight 2 RC0
ScottGu announced the RC0 build of Silverlight 2 last week and today we have published a refresh to AgDataGrid to support it. Along side the changes that were needed to support RC builds, and bug fixes, this refresh contains something a lot of you have...
Posted
Oct 02 2008, 12:48 PM
by
Azret Botash (Developer Express)
with | with
3 comment(s)
Filed under:
Silverlight
,
AgDataGrid
Silverlight Data Grid: Master Detail View by using the RowPreview template.
The cool thing about the Preview area of the data row, is that you can place anything there. For example you can place a simple text or an image and data bind it to the current DataContext, which is in fact your data row object. So if you have another...
Posted
Jul 25 2008, 03:41 PM
by
Azret Botash (Developer Express)
with | with
2 comment(s)
Filed under:
Silverlight
,
AgDataGrid
Silverlight DataGrid: Unbound Mode
Antoine Habert has written a very cool blog post on how to simulate the Unbound mode with AgDataGrid with a help of a Dictionary. http://devinfra-us.blogspot.com/2008/07/agdatagrid-and-silverlight-datagrid-how.html -- Azret
Posted
Jul 25 2008, 07:54 AM
by
Azret Botash (Developer Express)
with | with
no comments
Filed under:
Silverlight
,
AgDataGrid
Silverlight Data Grid - Creating an IM/Chat Server and Client using Sockets
One of the things I love about Silverlight 2 Beta 2+, is that cross domain networking is now possible and all you have to do is provide a policy file on your target server that will dictate the security permissions. For your HTTP traffic it is just a...
Posted
Jul 16 2008, 02:41 AM
by
Azret Botash (Developer Express)
with | with
5 comment(s)
Filed under:
Silverlight
,
AgDataGrid
Silverlight DataGrid - How to perform custom summary calculations within the grid control
There are 5 build-in aggregate functions that our Silverlight DataGrid supports ( Max, Min, Avg, Sum and Count ), and an ability to define custom ones. Using build-in Summary Items < DevExpress : AgDataGrid > < DevExpress : AgDataGrid.Totals...
Posted
Jul 11 2008, 11:31 AM
by
Azret Botash (Developer Express)
with | with
5 comment(s)
Filed under:
Silverlight
,
AgDataGrid
Silverlight DataGrid - Where are my Facebook friends?
So I was writing a blog on how to bind data to our Silverlight DataGrid from a WebService call and got bored. AgDataGrid.DataSource supports any collection that implements an IList or IEnumerable, and since all the collection objects that are generated...
Posted
Jul 04 2008, 09:53 AM
by
Azret Botash (Developer Express)
with | with
7 comment(s)
Filed under:
Silverlight
,
AgDataGrid
Silverlight DataGrid - Los Angeles .Net Developers Group
I will be showing off the AgDataGrid in action at the Los Angeles .NET Developers Group on Monday, July 07. Stop by if you are in the area and have time. (There will be prizes :)) Here are the Directions . Cheers Azret
Posted
Jul 02 2008, 05:53 PM
by
Azret Botash (Developer Express)
with | with
no comments
Filed under:
Silverlight
,
AgDataGrid
Silverlight DataGrid - Creating custom column types for the grid control
AgDataGrid provides 5 build-in columns types. 1: AgDataGridTextColumn : Allows basic text editing. 2: AgDataGridDateColumn : Allows editing of the dates using a drop down calendar. 3: AgDataGridCheckColumn : Displays a check box and allows editing of...
Posted
Jun 20 2008, 07:19 PM
by
Azret Botash (Developer Express)
with | with
8 comment(s)
Filed under:
Silverlight
,
AgDataGrid
Silverlight DataGrid - Binding an Image to a Row Preview within the grid control
We are continuing to explore our Silverlight DataGrid and the Row Preview Feature. This time, let's see how to display an image control using a RowPreviewTemplate. Download Source Code Previous: Silverlight DataGrid - Row Preview Feature of the data...
Posted
Jun 12 2008, 06:04 PM
by
Azret Botash (Developer Express)
with | with
13 comment(s)
Filed under:
Silverlight
,
AgDataGrid
Silverlight DataGrid - Row Preview Feature of the data grid
It is time my friends to have some fun. And by that I mean let's learn how to use templates with our Silverlight DataGrid. :) Previous: Silverlight DataGrid - Understanding Grid Column Types Next: Silverlight DataGrid - Binding an Image to a Row Preview...
Posted
Jun 12 2008, 05:54 PM
by
Azret Botash (Developer Express)
with | with
8 comment(s)
Filed under:
Silverlight
,
AgDataGrid
Silverlight DataGrid - Understanding Grid Column Types
I am continuing to explore our Silverlight DataGrid and its features. In this video I talk about different column types that the grid supports. Download Source Code Previous: Silverlight DataGrid - Event handlers and Use of the Focused Row Changed Event...
Posted
Jun 12 2008, 01:48 PM
by
Azret Botash (Developer Express)
with | with
7 comment(s)
Filed under:
Silverlight
,
AgDataGrid
Silverlight DataGrid - Event handlers and Use of the Focused Row Changed Event of the Grid control
Let's look at how to work with AgDataGrid events. Download Source Code Previous: Silverlight Data Grid - Introducing the DevExpress Grid (AgDataGrid) Next: Silverlight DataGrid - Understanding Grid Column Types Cheers, Azret
Posted
Jun 11 2008, 05:07 PM
by
Azret Botash (Developer Express)
with | with
9 comment(s)
Filed under:
Silverlight
,
AgDataGrid
Silverlight Data Grid - Introducing the DevExpress Grid (AgDataGrid)
We are starting a new series of videos where we will explore what we are doing for Silverlight. We will start the series off by covering an AgDataGrid control, our DataGrid control for Silverlight, which you might have heard we are offering completely...
Posted
Jun 11 2008, 02:13 PM
by
Azret Botash (Developer Express)
with | with
12 comment(s)
Filed under:
Silverlight
,
AgDataGrid
More Posts
Next page »
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED