cancel
Showing results for 
Search instead for 
Did you mean: 

Lead selection Disable

Former Member
0 Kudos

Experts,

Actually i want to disable the selection of table while loading. and if i select some fields i want to show in same page in one transparent container.

So Initially only table should shown with disable the selection of table. And when i select the row the transparent container should show.

Thanks

Nityanand Arya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi friend,

You can Achieve this by two way either set the node's Initialized Lead Selection Property to false or set it on the run time by setting the nodes setLeadSelection Property to -1.


wdContext.nodeValueNode.setLeadSelection(-1);

Regards

Jeetendra

Answers (1)

Answers (1)

Former Member
0 Kudos

In order to disable lead selection, turn the seectionMode property to multiNoLead. And, setting lead selection of the table node to -1 would remove the lead selection of the table from zero to -1 in case tabe contains some rows otherwise it remains set as -1 as suggested by Jeetendra.

Regards,

Tushar Sinha

Former Member
0 Kudos

Thanks A lot And Have Loads of points

Former Member
0 Kudos

Thanks