ASP.NET GUI Template

Posts   
 
    
pat
User
Posts: 215
Joined: 02-Mar-2006
# Posted on: 21-Nov-2007 00:23:11   

Hi,

I just had a look at the GUI templates and wanted to suggest the following addition:

It's already possible to add the DescriptiveField custom property for an Entity. This DescriptiveField is used for UseLookupDropDownList which works fine.

It would also be good if the same DescriptiveField is used to always populate the FK column in a table view instead of showing the FK key.

This is how it looks at the moment (see attachment):

TaskId ProjectId ResourceId TaskName TaskStatusId 1 1 1 SD_001 1

This is how it would look nicer simple_smile

TaskId ProjectId ResourceId TaskName TaskStatusId 1 ProjectA Patrick SD_001 Not Started

Thanks, Patrick

Attachments
Filename File size Added on Approval
ASP.NET Gui FK.png 14,067 21-Nov-2007 00:54.04 Approved
Walaa avatar
Walaa
Support Team
Posts: 14987
Joined: 21-Aug-2005
# Posted on: 21-Nov-2007 10:12:50   

Would you please attach your suggested modified templates?

pat
User
Posts: 215
Joined: 02-Mar-2006
# Posted on: 21-Nov-2007 18:39:28   

Walaa wrote:

Would you please attach your suggested modified templates?

Sorry I haven't got any modified templates...

The readme for ASP.NET Gui Templates said to put suggestion and questions into this forum so thats all I did. simple_smile

It was a suggestion in case Solution Design makes a new version of the templates one day.

Thanks, Patrick

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39774
Joined: 17-Aug-2003
# Posted on: 22-Nov-2007 11:17:21   

Thanks Pat simple_smile

It's a nice suggestion. simple_smile We don't have plans to update the templates in the near future, we will for v3 though (h2 of 2008 ). Your suggestion does require more fetches though, and actually a field mapped onto related fields, which we didn't require. If you do that, you can have a field of a related entity shown there.

Frans Bouma | Lead developer LLBLGen Pro