cancel
Showing results for 
Search instead for 
Did you mean: 

remove lead selection

Former Member
0 Kudos

hi all,

I have a value node whose initial lead selection is false. when i select the row and delete then automatically the next row is leadselected. but i do not want the next row to be selected.

how can we do this?

Thanks in advance,

gopi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

try this,

wdContext.node<ContextNode>().setLeadSelection(-1);

hope this will work.

regards

karthik

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Try This

node.clearSelection();

Kind Regards

Mukesh

Former Member
0 Kudos

hi mukesh,

wdContext.node<nodename>.clearSelection();

This is not working. Is there any other way to achieve this?

Thanks in advance,

Gopi