Hi Chuck,
Regarding on this GridView extending issue, I have also replied your
another thread "GridView ITemplate Columns", are they concerning the same
issue?
For your scenario, if you want to add a customized column(field) in
GridView which will have flexible setting to let user define in design-time
(aspx tempalte or through code), I think you can consider creating a custom
DataControlField class completely. Thus, you can use it as built-in
Gridview colums(such as BoundField) and add some properties in aspx markup
to control the runtime behavior. e.g.
<Columns>
<cc1:MyColumn property1="xxx" property2="xxxx" />
.....
</Columns>
here are some former threads that have discussed on creating custom
column/field for Gridview:
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet.data gridcontrol/browse_thread/thread/85afe393d428cf73/299bbf4c24815e8b?
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet.webc ontrols/browse_thread/thread/652359e1358ecf6c/834ed1c6afdaa69b
and an additional MSDN article about customizing GridView:
http://msdn.microsoft.com/msdnmag/issues/06/05/CuttingEdge/ Hope this helps.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx. ==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.