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 free.
Download Source Code
Next: Silverlight DataGrid - Event handlers and Use of the Focused Row Changed Event of the Grid control
Cheers,
Azret
Azret, I Love it man! you type just like me. +1 to the 24 addiction.
Did they bar you from using CodeRush?
Rory,
:)
Great stuff
Thank you for your time and effort
>>Did they bar you from using CodeRush?<<
Real programmers don't use CodeRush... ;-)
Just to clarify my last [joke] comment and no disrespect to "CodeRush"!
A couple of years ago, I was asked to go attend a meeting with a prospect to do some WinForm development for them.
As part of my initial speech, I usually layout what platforms I work on (and what I don't work on) and what tools I use as part of my development. I then said I use VS2005, DX Tools, SQL2005 and etc.
The guy who was the main (and only) programmer, looked at me like I just go out of collage (after 25 years of business coding) and right in front of the owner said "Real Programmers don't use tools". I knew this is going to be an uphill battle.
So my Joke comment about CR, came from that day!
Great video!
I love 24 as well, so I noticed a tiny mistake regarding the story line:
- David Palmer is the Presidential Candidate, not the President in Season 1
;)
>>- David Palmer is the Presidential Candidate, not the President in Season 1<<
Man, you guys watch too much TV, where do you find time? :-)
Our new free Silverlight datagrid has just been released and is available for download immediately! Here's
So I was writing a blog on how to bind data to AgDataGrid from a WebService call and got bored. AgDataGrid
Pingback from Silverlight DataGrid - Event handlers and Use of the Focused Row Changed Event of the Grid control - The One With
Azret Botash with a series on the Devexpress Grid, Martin Mihaylov on JSON Serialization, Lee on UserControl
Hi, I'm really struggling here, maybe you guys can throw an idea out that could steer me in the right direction.
I have an existing asp website. I want to add an AgDataGrid component on a page to display data. If I add an individual Silverlight JS page, it can't find the reference to the AgDataGrid in the XAML. It only works if you add a Silverlight application to the solution. But if I do that, how can I get access to the DB to display the data I want in the AgDataGrid from within the Silverlight solution?
Please be understanding if it is a silly question, I'm only a student :)