Skip to main content
Question

How can we disable details icon in Web Client?

  • August 9, 2021
  • 3 replies
  • 135 views

Forum|alt.badge.img+2

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

This topic has been closed for replies.

3 replies

Isuranga Ediriweera
Hero (Employee)
Forum|alt.badge.img+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


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • August 9, 2021

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


Isuranga Ediriweera
Hero (Employee)
Forum|alt.badge.img+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