Hello,
I have a table where some columns contain IDs for items stored in generic list. I make a TemplateDataField for those columns. Is that possible to put in ItemTemplate some control which will display actual value taken from list? And I want them to be editable. How do I do that?
Thank you.
Can you reply please? Any solution or workaround would be highly appreciated.
I need from columns every feature provided by WebGrid - sorting, filtering, editing and so on. Template columns do not support sorting AFAIK, and now you tell me they don't support editing. This is not what I need.
In this case I might use DropdownList editing provider but my DDL is special - button should open a window in hierarchical data with it. So I don't think your dropdown list would do what I want. Is that possible to do a custom editor provider?
Hell dprosko,
you can display what you want in template column, but editing of the templated columns is not supported. It depends on your scenario. Maybe you can use Editor Providers ?
Anybody back from vacation?
Anyone?