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

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top