This is a mirror of official site: http://jasper-net.blogspot.com/

Getting the content from a Grid if you know the Row and Column in Silverlight

| Tuesday, January 18, 2011
This should be a quick post about something that I do quite a bit when creating my own designer screens. I like to use a Grid control as my designer surface since it allows me to provide the same paradigm that I would use if I were to manually create a screen in Visual Studio. It also gives users good feedback when you set the property ShowGridLines to true. Well, one of the things that I allow my users to do is to set the RowSpan or ColumnSpan of a control through a property editor. When the user does this, I need to have a mechanism to set the value for the corresponding control that is in the Grid.

Let’s take a look at what I am talking about. I am going to use a screen that I talked about in a previous post which allows users to create bills and invoice formats:

grid-content.png?w=600&h=311

Read more: Matt Duffield

Posted via email from .NET Info

0 comments: