DataGrid WebControl does not use PropertyDescriptor.GetValue

  • Thread starter Christopher Carnahan
  • Start date
C

Christopher Carnahan

I have a custom collection object that implements ITypedList. The
GetItemProperties method returns a collection of custom property
descriptors. The binds correcly to in the windows forms datagrid. The
problem is, the web datagrid seems to use the property descriptors to
generate the columns, but does not call the GetValue method of the property
descriptor. It seems to be going directory to the object instead. Is there
a way around this? I don't want to implement CustomTypeDescriptor, or have
to modify the classes in the collection: I want to customize the available
properties externally.

Thoughts?

- Christopher
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top