Question

How can we disable details icon in Web Client?

  • 9 August 2021
  • 3 replies
  • 121 views

Userlevel 1
Badge +2

How can we disable the ListRowExpander icon (i) on the Web Client row level?


This topic has been closed for comments

3 replies

Userlevel 4
Badge +7

Dear @TATSURYAN ,

 

You can remove any expanders from UI designer.

You need to go the relevant screen and select the list view pane and click the “Red Cross” icon.

You can see the following screenshot.

 

 

Then the expander will be removed. However the expander will be removed from both smart client as well as the web client.

 

Kind Regards,

Isuranga

Userlevel 1
Badge +2

Hi @Isuranga Ediriweera , 

Actually, in the current scenario, we need the expander to be active during data entry. However, the row should not be updated once an insert has been done. So is there a way to conditionally disable the row expander?

 

Thanks in advance,
Surya Sen

Userlevel 4
Badge +7

Hi @TATSURYAN ,

 

If you want make few fields read only after you have insert data, then you can do that by making those fields “Read-only” property as “EDIT”. You can check this in following screen shot.

However we don't have any inbuild configuration to remove the expander conditionally. But you can try this with a client script.

I believe that using this “Read-only” property feature for each fields is better than removing the expander conditionally so you can still view the data after insert but cannot edit further.

 

Kind Regards,

Isuranga