cancel
Showing results for 
Search instead for 
Did you mean: 

Disabling "Select all" functionality in IWDTable

Former Member
0 Kudos

Hi Experts,

I have a UI element IWDTable at design time. On the UI there is a arrow to allow the user to

"Select all" and "Deselect all" rows.

With the new UI guidelines it should not be visible.

Is there any designtime property to disable it ?

Thanks in advance,

Regards,

Harish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You have not mentioned about the UI element. Well if the arrow is a button then it must be having visible property. Set it to None.

Or right click on the arrow in layout tab select properties, go to visible property of the UI and make it as None.

thanks & regards,

Manoj

Former Member
0 Kudos

Hi Manoj,

This Arrow mark on the left top of the table is not created by the code. It is something generated by the framework I believe.

It is on top of the row selector column. It shows the tool tip "Table selection menu".

Regards,

Harish

Former Member
0 Kudos

Hi,

What is the selectionMode of the table set to? Check if multi-select mode is active. If yes then you can try by setting the selection mode to single.

Regards,

Satyajit.