cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable button if leadselection is not selected

Former Member
0 Kudos

Hi

How to disable button if i do ctrl+click by mouse on lead selection and deselect the row .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ashish,

Just Bind the Enable property to one contenxt attrubute . Change the value dynamically in the WDDOMIODFYVIEW by checking the Lead Selection. If Lead selection is 0 then Make it to disable the Button otherwise Make it to enable. It is like an flag only. Take the Conetxt attrubute is type of WDY_BOOLEAN. Change the value Dynamically.

I hope i make you clear.

Warm Regards,

Vijay

Answers (1)

Answers (1)

S-H
Active Participant
0 Kudos

Hi Ashish,

Restrict/Set the selection property to 0..1 of the node which is bind to table . It will allow the user to select only one record.

Best regards,

Suresh