Search found 161 matches

by Paullm
31 Dec 2020, 20:15
Forum: Discussion
Topic: Sorted values in an entity drop-down list (ajax)?
Replies: 15
Views: 805

Re: Sorted values in an entity drop-down list (ajax)?

This is the field specification for the field used in the dropdown
by Paullm
31 Dec 2020, 19:31
Forum: Discussion
Topic: Sorted values in an entity drop-down list (ajax)?
Replies: 15
Views: 805

Re: Sorted values in an entity drop-down list (ajax)?

Thank you for your response, Enis!

When I click on the field (name: "Title") that uses the drop-down list ajax, it gives me two options ... "Add Filter" and "Sorting" ... but per the attached, when I select "Sorting", only the system fields are shown.
by Paullm
31 Dec 2020, 10:57
Forum: Discussion
Topic: Sorted values in an entity drop-down list (ajax)?
Replies: 15
Views: 805

Re: Sorted values in an entity drop-down list (ajax)?

Ah, OK ... I see where the popup is used now.
So there is no way to sort the drop down values alphabetically before they display on an entity drop down with ajax. The sort field is only available when using global lists.
by Paullm
31 Dec 2020, 06:32
Forum: Discussion
Topic: Sorted values in an entity drop-down list (ajax)?
Replies: 15
Views: 805

Re: Sorted values in an entity drop-down list (ajax)?

Apologies, Sergey. I did not understand your reply.

I do have a question ... in the field specifications on the attached, it says "To sort items in the list, just drag and drop them. Does that refer to sorting the drop down list, before display ... as I can't get that to work?
by Paullm
30 Dec 2020, 10:18
Forum: Discussion
Topic: Sorted values in an entity drop-down list (ajax)?
Replies: 15
Views: 805

Re: Sorted values in an entity drop-down list (ajax)?

Thanks Sergey, but I'm not using a global list in my application. I'm using another entity to supply the values for the dropdown list and filtering just the records I want to appear. Explanation: The reason I'm not using a global list is that I want to drop additional values from the selected lookup...
by Paullm
30 Dec 2020, 05:01
Forum: Discussion
Topic: Sorted values in an entity drop-down list (ajax)?
Replies: 15
Views: 805

Sorted values in an entity drop-down list (ajax)?

The available options in my entity drop-down list (ajax) are being sequenced according to record ID. Is there a way to sort them alphabetically, before display?
by Paullm
22 Dec 2020, 09:07
Forum: Discussion
Topic: How best to create more compact screen format?
Replies: 12
Views: 804

Re: How best to create more compact screen format?

Thanks, Sergey and Spencer! By adding some CSS code to "custom.css" for the elements I wanted to change, I have now arrived at a format that I'm very happy with. (I'm using a 27" monitor, so I like the columns and rows closer together, for readability).
by Paullm
21 Dec 2020, 17:36
Forum: Discussion
Topic: How best to create more compact screen format?
Replies: 12
Views: 804

Re: How best to create more compact screen format?

On further investigation, when I inspect a webpage "element" to see what changes to make, some of the CSS code is coming from "default.css", but other code is coming from "bootstrap.min.css". What is the relationship between these two CSS files (and the actual path of b...
by Paullm
20 Dec 2020, 09:22
Forum: Discussion
Topic: How well does Ruko work with very large tables?
Replies: 4
Views: 379

Re: How well does Ruko work with very large tables?

OK. Many thanks, Sergey!