Need to create more display fields

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
cheemingyong
User
Posts: 37

Need to create more display fields

Post by cheemingyong »

hi for lookup tables for an input modal dialog
1) how do i increase the number of fields that i wish to display (right now there are 4 fields supported only)
2) is there an alternative besides the quick search in the modal ? example i can have extended search
3) how introduce titles per column for the modal dialog ?

i find the above a useful feature if the 3 items above are supported


motfs
User
Posts: 258

Post by motfs »

  1. Only four display fields. If you want more, you can create a database view to concatenate the fields first and use the view as Lookup table.
  2. I do not see there is such a option.
  3. Explain "titles per column".

Post Reply