Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 154177
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:55:57+00:00 2026-05-11T09:55:57+00:00

I have a datagrid that’s bound to an observablecollection object. The collection may be

  • 0

I have a datagrid that’s bound to an observablecollection object. The collection may be a collection of Foo or a collection of Bar objects. Foo and Bar have different number of properties and therefore should have a different number of columns in the Data Grid.

Because of this I am dynamically creating the columns in my data grid:

 var cellEditTemplate = new StringBuilder();         cellEditTemplate.Append('<DataTemplate xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' >');         cellEditTemplate.Append(             '<CheckBox VerticalAlignment=\'Center\' IsThreeState=\'False\' IsChecked=\'{Binding ');         cellEditTemplate.Append(bindName);         cellEditTemplate.Append(', Mode=TwoWay}\'/>');         cellEditTemplate.Append('</DataTemplate> ');         var dataTemplate = ((DataTemplate) XamlReader.Load(cellEditTemplate.ToString()));         var column = new DataGridTemplateColumn                          {                              CellEditingTemplate = dataTemplate,                              Header = title                          };          grdCheckList.Columns.Add(column); 

After I create all of the templates and add them to the DataGrid, I bind the data to the DataGrid. The correct data shows up. My problem is that I don’t get notification of when the checkbox is checked.

If I add

Click=’CheckBox_Checked’,

I get the following error:

Sys.InvalidOperationException: ManagedRuntimeError error #4004 in control ‘sl_Main’: System.Windows.Markup.XamlParseException: AG_E_PARSER_BAD_PROPERTY_VALUE [Line: 1 Position: 110] at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData) at MS.Internal.XcpImports.MethodEx(DependencyObject obj, String name) at MS.Internal.XcpImports.DataTemplate_LoadContent(DataTemplate template) at System.Windows.DataTemplate.LoadContent() at System.Windows.Controls.DataGrid.PopulateCellContent(Boolean forceTemplating, Boolean isCellEdited, DataGridColumn dataGridColumn, DataGridRow dataGridRow, DataGridCell dataGridCell) at System.Windows.Controls.DataGrid.AddNewCellPrivate(DataGridRow row, DataGridColumn column) at System.Windows.Controls.DataGrid.CompleteCellsCollection(DataGridRow dataGridRow) at System.Windows.Controls.DataGrid.GenerateRow(Int32 rowIndex) at System.Windows.Controls.DataGrid.AddRows(Int32 rowIndex, Int32 rowCount) at System.Windows.Controls.DataGrid.RefreshRows(Boolean recycleRows) at System.Windows.Controls.DataGrid.RefreshRowsAndColumns() at System.Windows.Controls.DataGrid.MeasureOverride(Size availableSize) at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)

any ideas?

Thanks,

Rick

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T09:55:57+00:00Added an answer on May 11, 2026 at 9:55 am

    You can’t dynamically load XAML with event handlers already set up.

    I wouldn’t be adding templates dynamically in this situation. Instead, I would create two data templates in the user control’s resources, and have them key off of the type of data being bound to the grid.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web form that binds a DataGrid to a, normally, different data
I have a problem with a data-bound DataGrid control, in that despite each column
I have a DataGrid that has AutoGenerateColumns=True. I'm binding that DataGrid to a collection
Using .NET 1.1, I have a DataGrid that contains three columns for each row.
I used to have a class in 1.1 for the Datagrid that inherited from
I have long tables generated by datagrid control that go beyond the page width.
I have a DataGrid, with an ItemTemplate that has an image and label. In
ASP.NET 1.1 - I have a DataGrid on an ASPX page that is databound
I have an xml file providing data for a datagrid in Flex 2 that
I have a winform in vs2008 that contains a DataGridView. The datagrid contains a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.