Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Christopher Carnahan #1
DataGrid WebControl does not use PropertyDescriptor.GetValue
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
Christopher Carnahan Guest
-
Datagrid In a webcontrol
I have a datagrid with Edit/Delete columns in a webcontrol. I load this control dynamically based on users' selection from a table dropdownlist.... -
WebControl inside of WebControl and attaching events
I have built a navigation custom web control that I have been placing on various pages without issue. When one of the image buttons within the... -
Style editing text in Datagrid WebControl
Hello: I would appreciate any suggestion to overcome a problem editing cells in Datagrid WebControl. The user must type a long character string in... -
problem with andy's datagrid checkbox webcontrol
Hi: I am using the Andy's datagrid checkbox webcontrol in here: http://metabuilders.com/Tools/RowSelectorColumn.aspx I ran the example given... -
Image Button in Datagrid WebControl
in your itemdatabound or itemcreated event handler just add a label control or any control that will take a url tag to the cell. then add the image...



Reply With Quote

