Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Looping through a DataGrid

Avatar

Level 1
I need to loop thorugh a data grid so that i can send the
data one record at a time through a httpservice. I know this sounds
easy, but that is only if it has a data provider. My grid has no
data provider because it gets data dropped into it for an upload. I
am dropping the data from a FileSystemDataGrid. so, how do i do it
with no data provider? I could probably do it with a for()
statement, but i don't know how to access the data. Remember, it
has no data provider. Help me please!!!
0 Replies