cancel
Showing results for 
Search instead for 
Did you mean: 

Clear a selection on a table

Former Member
0 Kudos

Hi,

I have a table UI element in my view, and it is possible to do a selection for any row in the table. When you click a row, the row gets selected and visually the row is also selected (it has a different color).

Is there a way to clear/delete this selection programatically?

So basically I want it still to be possible to select a row in a table, but then when I press certain button, I need to "refresh" the table and then there should be no row selected anymore.

I already tried the clear_selection method for the corresponding context node, but it doesn't seem to help.

Regards,

Karri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi again,

It seems that calling the context node method SET_LEAD_SELECTION_INDEX( '0' ) does the trick. So it set the lead selection back to zero.

Regards,

Karri