cancel
Showing results for 
Search instead for 
Did you mean: 

Lead Selection for table column needs to be disabled

Former Member
0 Kudos

HI Team,

I have table with multiple rows and multiple columns.

Based on the lead selection of the row we are displaying the some form.

But in table row there are some columns like enter date, when the user is trying to enter the date, it displaying the form because of lead selection and it is not allowing the user to enter the date.

So, I want disable the lead selection for some columns.

How can I do this?

Regards,

BAla

View Entire Topic
Former Member
0 Kudos

Hi

I think that you can get the UI Table in the wdDoModifyView method, and then the UI Column and play with his values, is something like this:

IWDTable table =(IWDTable)view.getElement( ");

And then play with the "column" methods.

Josué Cruz