Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Scrolling issue in table control

Former Member
0 Likes
614

Dear all,

We are displaying records in a table control.Initially the data is filled up correctly in the table control but when we scroll down or up the same set of records are inserted into the table control.What could be the reason for this.Could anyone help me out in resolving it.

Thanks in advance,

Neela

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
564

Scrolling in the table causes PAI event to trigger. Please debug your code when scrolling and prevent the additon of records to the table by adding some flag (first_time).

Regards,

Shyam

2 REPLIES 2
Read only

Former Member
0 Likes
565

Scrolling in the table causes PAI event to trigger. Please debug your code when scrolling and prevent the additon of records to the table by adding some flag (first_time).

Regards,

Shyam

Read only

0 Likes
564

Dear Shyam,

Thank u so much.Issue resolved.