2,789 questions
1
vote
2
answers
37
views
Event in repeater that is not triggered
I have an ASPX page and two user controls. Both of them contain a repeater.
The ASPX page has a user control, and this user control in turn has another user control inside a repeater.
When I click on ...
0
votes
0
answers
68
views
Why do my Conditional Fields Pro repeater groups have different formats?
I'm making a conditional form using Conditional Fields Pro for Contact Form 7 in WordPress and my repeater groups are weirdly become a completely different format after the 1st group (and it's ugly as ...
0
votes
0
answers
48
views
Images Not Displaying in Output When Running Program with Repeater
<asp:Repeater ID="d1" runat="server">
<HeaderTemplate>
<ul>
</HeaderTemplate>
<ItemTemplate>
<li class="last">
...
1
vote
0
answers
80
views
Loop Through Complex ACF Repeater and Group Fields in WordPress
I'm working with Advanced Custom Fields (ACF) in WordPress, and I'm having trouble correctly looping through a complex repeater and group field structure to display the data on my site.
Does anyone ...
0
votes
1
answer
120
views
Adding ACF Repeater Fields to the wordpress user role and retrieve that data
So I have created a repeater field using ACF Pro under all user role, I want admin to add data for each user from backend and using the repeater.
Now I want to display those data in the frontend.
Noe ...
0
votes
0
answers
96
views
Qml repeater model
i have an nested repeater in qml and i want to set the model of repeater dynamically but i can not set the index of my model in QML file.
this is my c++ class::
struct rField
{
float rT;
float ...
0
votes
0
answers
112
views
How to checked a switch in a repeater outside the repeater?
I'm not a developer, I'm just starting out (20 days) so I don't understand everything and I probably make a lot of mistakes
I'm trying to create a plasmoid for KDE Plasma 6 that has the function of ...
0
votes
0
answers
200
views
Filament 3.2, Repeater value Not shown in edit mode
I have dependent fields in the question model. when I select type the question form gets changed based on type ( int values 1,2..). The issue is it works best on the create page but when it goes to ...
0
votes
1
answer
65
views
ASP.NET DropDownList generated by repeater not firing OnSelectedIndexChanged after being created
Bit of a tough bug I'm dealing with. I've created an ASP DropDownList using a Repeater like so in my .aspx file:
mypage.aspx
<asp:Repeater ID="rptTemplateFields" runat="server"
...
0
votes
1
answer
176
views
Repeater Delegate not access the properties from list model
From this link described the Repeater problem.
@Stephen Quan, As per your suggestion modified code to ListModel.
ListModel {
id:listModel
}
function handleModelChanged() {
delegateModel....
0
votes
2
answers
219
views
A Repeater using Javascript array model creates performance Issues in Qt 5.12
I'm using:
Qt 5.12
IMX 587 processor built on my target device.
I am facing some performance issues because the repeater uses the JavaScript array model, then whenever any item have changes, the ...
0
votes
1
answer
230
views
Repeater model very slow when copying an item
We are facing a performance issue in our project. We are using Qt/QML and C++ backend and we are working on the Grid Buttons. If we are changing or updating the data model the repeater section takes ...
0
votes
1
answer
53
views
Cannot connect JBL Flip 6 with Audio repeater
I have tried to connect two of my JBL Flip 6 devices simultaneously via Audio Repeater, but it does not connect. I have tried connecting by changing the options several times but still it does not ...
1
vote
1
answer
2k
views
Add confirm delete modal to filament v2 repeater items
I have a correctly working FilamentPHP v2 repeater. I am trying to add a 'confirm delete' modal that the user must accept before the delete action proceeds, a pretty normal use case.
There doesn't ...
0
votes
1
answer
659
views
Dynamic Day Increment on Repeater - filamentphp
I want to increment the number of days for every new repeater. Day 1 , Day 2...
Repeater::make('itineraries')
->relationship()
->schema([
...
0
votes
1
answer
327
views
When using a Repeater to create multiple GridViews, how to use an ObjectDataSource for each Gridview and add a SelectParameter to it?
So, I'm trying to use a Repeater to create multiple Gridviews. (And I'm not all that well versed in ASP.NET.) But in all of the examples I've seen, within the ItemDataRowBound, individual SQL select ...
1
vote
1
answer
268
views
Wordpress + ACF + programmatically adding a large amount of data
I have Wordpress + company post type + ACF repeater field for each company + data array in $data. The code below checks the number of rows in the repeater field and compares them with the number of ...
0
votes
1
answer
234
views
asp.net repeater button click event. DataItem is null?
Hi just trying to get a button click event to send data from the specfic row it was pressed on to the click event itself so I can put it onto a url and send it off to another page but the dataitem is ...
2
votes
2
answers
863
views
QML Repeater removes all delegate items and regenerates them again when model changes
By changing the model (adding or subtracting or editing a member of the model), the repeater removes all the created items (delegates) and rebuilds them again. For heavy models, this is a big problem.
...
0
votes
0
answers
38
views
Binding a repeater in C# has duplicates
I have a repeater control I am trying to group this but it is showing duplicates
Here is what it is doing:
Repeater Control
<asp:Repeater ID="GroupRepeater" OnItemDataBound="...
0
votes
1
answer
34
views
Repeater control is not displaying the data from the database call
I have a repeater control that some data is loading, but I am not getting the data for the ItemTemplate. I have verified that what comes back from the db is in src[0][0], but it is not showing up. I ...
0
votes
1
answer
399
views
Accessing a parent repeater DataItem from a nested repeater
I'm trying to access a DataItem of a parent repeater from a nested repeater, but I keep getting blanks/nothing returned.
Basic Example:
<asp:Repeater ID="Products">
<...
0
votes
1
answer
559
views
Elementor REPEATER Control with GALLERY Control inside, output undefined and foreach() warnings
I am currently developing an elementor widget and I have the following problem:
I'd like to have a GALLERY Control inside a REPEATER Control as in the following image:
my widget
Here's the code I have ...
0
votes
1
answer
312
views
How to use an Observer() function instead of a loop
I am requesting help as no matter how many tutorials I watch, I cannot seem to figure out how use the Observer() function to get it to replace a link with another only if that link appears.
Am I ...
0
votes
1
answer
224
views
Order by is not working in wordpress custom query in custom post type
I am using ACF Pro Repeater field and my custom field name in database is seminars_details_0_start_date, seminars_details_1_start_date and so on
Here is the code I am using
function my_posts_where( $...
0
votes
1
answer
692
views
How to connect a pagination bar to filtered dataset and repeater in Wix, Velo?
I’m trying to make a customized search page in Wix, Velo. It has been almost done; except connecting my pagination bar to filtered data presenting in a repeater. I have connected my repeater elements ...
1
vote
0
answers
41
views
How can I display information with foreign key in repeater?
I have the class Rating, this is the constructive action:
public Rating(int ratingId, int userId, int theRating, string feedback)
{
this.ratingId++;
this.userId = userId;
this.theRating = ...
0
votes
1
answer
57
views
Postback works once than disappears
SCENARIO:
I have a website page that has the current order of actions:
A repeater list (LIST 1) has buttons with OnClick calls
Pressing those buttons calls a code behind method and updates an Update ...
0
votes
1
answer
443
views
I get error Unable to cast object of type when try to loop within repeater control?
I working on asp.net web forms. I face issue when try to get value of checkbox column inside repeater control.
I get error
System.InvalidCastException: 'Unable to cast object of type 'System.Web.UI....
0
votes
1
answer
880
views
How to make a text field link be opened in a new tab, in Velo?
In Wix, I have a text field in a repeater that is used for navigating to other dynamic pages. The link works, but there are two problems with that. First, I have to click two times, not double click, ...
0
votes
1
answer
326
views
Generating button in backend ASP Repeater and then finding the control in c#
So I create a button in the behind code using a function in an Repeater. And then, there's a button that should take these automatically generated buttons (if I check the checkbox in button A, I take ...
0
votes
1
answer
1k
views
How to fill a reference field automatically in Wix (Velo), with or without code?
I am using a reference field, which contains users nickname, to make a connection between my main collection and 'public data' collection created as default by Wix. I created this reference field to ...
0
votes
1
answer
83
views
Connecting Session from a repeater's item to another page doesn't work
I want to take the text in the text box from the particular item in the repeater that was clicked, and use it on the page ViewRecipe2.aspx.
Currently, when you click a button on one of the items, it ...
0
votes
1
answer
83
views
How do I get the name of the specific item being clicked in repeater?
This is my repeater in aspx:
<asp:Repeater ID="RepeaterR" runat="server">
<ItemTemplate>
<table>
<a href="ViewRecipe.aspx&...
0
votes
2
answers
570
views
Adding dynamic links to ASP.NET repeater control
I have the following repeater in an ASPX file. It's a five-block slider that showcases 4 different activities, with a booking button at the bottom. My goal is to replace the button href dynamically, ...
0
votes
1
answer
42
views
deletion of repeated STRING words
I have an output of words, but they are repeated, I need to exclude repetitions, so that the output would be the same format (STRING) that I entered.
For example:
i use, sequelize database and map:
...
1
vote
2
answers
1k
views
QML repeater won't work when using a variable
I want to repeat from a string that I have in a variable.
From the documentation (and it works):
Column {
Repeater {
model: ["apples", "oranges", "pears"]
...
0
votes
1
answer
730
views
Show images in slider from acf repeater
I'm trying to show the ACF repeater image in the dynamic slider in oxygen via the PHP function from the specified page id.
ACF field: slajder
Subfield with img repeater: obraz_slajdera
Page id: 7219
I ...
0
votes
2
answers
381
views
How to animate a subset of items instantiated by Repeater one after another in Qt QML?
Is there a standard QML component using which several items created in Repeater can be animated one after the other with some delay (i.e. not simultaneously)?
So far I could only come up with a Timer ...
0
votes
1
answer
338
views
total in repeater footer, itemdatabound in VB.NET
I want to sum the total of the gender at the repeater footer using vb.net by using item data bound, the behind code is wrong cause I don't know how to do it...
FRONT CODE
<asp:Repeater ID="...
0
votes
1
answer
347
views
I have created an acf repeater for woocommerce product category now how can I display the repeater data in a specific page?
<?php $queried_object = get_queried_object(); ?>
<?php if(have_rows('category_image',$queried_object->term_id)):?>
<?php while(have_rows('category_image',$queried_object->...
0
votes
0
answers
128
views
Get max value from two arrays inside two ACF nested repeaters
I want to build a function that will echo/display the highest (max) value from two different arrays (repeater fields). The difficulty of the task lies into a specific construction of my repeaters / ...
0
votes
2
answers
176
views
Changing color and Showing count down timer on button created by Repeater model qml
I am learning qml and i am trying to make an sample application that achieves the below use case.
Use Case :
When user presses on button in qml scene
Icon on button has to be updated.
Color of the ...
0
votes
0
answers
344
views
QML Repeater inside of a DelegateModel
I'm attempting to access the model on a Repeater found within a DelegateModel without success.
Using just a 'Text' element in the Repeater. The Repeater's model is accessible and the Text does ...
0
votes
1
answer
456
views
IBM Cognos Analytics - Multiple rows into single row
I am using Cognos Analytics 11.0.4 and I am trying to concatenate multiple rows into a single row.
ID Department
123456 Front Office
123456 Reception
123456 IT
What I would like to ...
1
vote
0
answers
766
views
Oxygen Builder query custom post from a nested repeater
I'm using Oxygen Builder and Meta Box. I have 2 custom types :
Portfolio items
Technologies
Each have their own set of custom fields. Portfolio items has 1 or more technologies.
I have a first ...
0
votes
0
answers
880
views
ACF repeater inside group
I tried to get ACF repeater from the group field.
I must be blind, but I cannot find a mistake inside my code.
<?php if( have_rows( 'acf_group' ) ): ?>
<?php while( have_rows( '...
0
votes
1
answer
108
views
How to access control inside Gridview OnRowDataBound and Gridview inside Repeater control
I want to find lblTitle control in GridView OnRowDataBound, and gridview is in the Repeater control. Can you please help? Thank you.
<asp:Repeater ID="parentRepeater" runat="server&...
0
votes
1
answer
676
views
ASP.NET repeater dynamic value
I try to use a repeater in repeater in ASP.NET, but I want to change datasource from every repeat.
My aspx markup is:
<div class="container px-4 py-5" id="custom-cards">
&...
-1
votes
1
answer
109
views
use two DataSource for one Repeater
I have two tables in the SQL server
the first:
ID , Journal, ScoreB
1 aa 10.2
2 bb 3.4
3 cc 4.9
and the second table :
ID , Journal , ScoreA
1 aa 4
2 ff ...