Skip to main content

Hello Everyone,

 

I am not sure if this is as starightforward as it looks.

 

"How to Enable / Disable a row in an Editable List View based on output of another column"

 

Ex:

The list view has 2 coln say Question and Response . QUestion is of type text and Response is a dropdownlist with values "True" or "False"

When the list view is loaded, it shows for ex:10 rows , out of which Row 2 is disabled (not sure how to do this).

IF I select Response for Row 1 as "False" , then Row 2 should be enabled . 

 

One option may be to do so by adding a button and then firing a rule on button click. 

 

Is there any way to do so without having any button click ?

 

Hope I was clear in framing my issue.

 

Appreciate any resposne.

 

Thanks and Regards,

Satya

Hi Satyajeet,

 

You can add your condition rule to check for control value in below two places, as these two options will allow user to edit rows.

  • “When the View executed List item double click”
  • “When Edit ToolBar Button is Clicked”

 

I am not much clear about the what rule condition u want to implement to check DDL value, what I understood is based on DDL column value of Row 1 u want to Disable Row 2.  Let me know if its correct?


Hi Kran,

 

Thanks for the reply.

 

Unfortunately, there will be no double click on the list and neither there will be any Edit Tool Bar too.

 

Thanks and Regards,

Satya


Reply