cancel
Showing results for 
Search instead for 
Did you mean: 

Avoid refresh on chart element

joerg_arndt
Participant
0 Kudos

Hi Friends,

i have a component with form, table and chart.

Now when I mark a row in table, allways the chart view is refreshing.

I have main view and in there 2 view container and the belonging views, one with table and one with chart.

Can I avoid the modify view method in the chart view?

Many Thanks

RG. Joerg

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Joerg,

If you mark the table as read only and remove the selection then it wont trigger a event and the refresh will not occur. I am not sure if your requirement allow the table to be read only.

-Manish

joerg_arndt
Participant
0 Kudos

No, it is needed to edit.

Former Member
0 Kudos

Hi,

If the table need to be editable then the event will be triggered.

The code for chart should be written in initialization event of the view (if it does not needs to be refreshed).

-Manish

Answers (0)