cancel
Showing results for 
Search instead for 
Did you mean: 

Performance issue in Iterator. Is there a way out ?

Former Member
0 Kudos

Hi Experts,

In my BSP application, I have a table with 7 columns. Out of these 7 coumns, I have 3 columns as DropDown Type, 3 as Input field and 1 with description(name).

As the number of records in the table increases, the performance, ie the time taken to display this page is increases. When we check, it seems that a lot of time is taken in the iterator. Since we go into the iterator for placing each cell at a time, it comsumes a lot of time.

Could you please let me know if we could improve the performance by following a different process.

Thanks.

Warm Regards,

Kishore

Accepted Solutions (0)

Answers (2)

Answers (2)

raja_thangamani
Active Contributor
0 Kudos

Don't trigger any event on cell click unless until you really need it.

Look at [this|] and [this|] thread. Might help you...

Raja

Former Member
0 Kudos

Hi Experts,

Could you please let us know if there is a way to improve the performance in Iterator.

Thnx.

Earm Regards,

Kishore