Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a Calendar object in my module.
when a client press the drop down button he gets a very long dates list (Image attached)
Can i restrict row limit for that object?
If yes, how??
Thanks!
I do not find any options of reducing the number of data items in a calendar object but I think you can use a multibox and calendar both as a work around.
1. Create a multi box with layer as top and presentation data limit to 10 or 20 as per your requirement
2. Hide border and make other colors transparent in the multi box
3. Place the multibox on top of the calendar so that end user will think of selecting a date from calendar drop down where as actually they are interacting with multibox drop down like below.
Hi Jacob
you can click on the icon to show it like this
best regards
Chris
you can go for setting min and max variable and then in Properties>>General Tab set the limit as min and max
Hi,
I want that current dates will remain at the list, but instead of 20+ rows and scroll bar, to show only 10 rows and scrollbar
I do not find any options of reducing the number of data items in a calendar object but I think you can use a multibox and calendar both as a work around.
1. Create a multi box with layer as top and presentation data limit to 10 or 20 as per your requirement
2. Hide border and make other colors transparent in the multi box
3. Place the multibox on top of the calendar so that end user will think of selecting a date from calendar drop down where as actually they are interacting with multibox drop down like below.
Hi Jacob,
In calendar object there is no restriction., if you want so you can use the multibox and restrict to 20 rows.