Dan,

Based upon how the Enhanced DB Grid is initially displayed and sorted, the same sort may be initiated again, to clear the row selections.

Here's how ...

PROPERTY <Component ID> SORTASC 'Value'

  -- To Dynamically Sort the first column in ascending order
  PROPERTY DBGrid_Customers SortAsc '0'

  -- To Dynamically Sort the Company column in ascending order
  PROPERTY DBGrid_Customers SortAsc 'Company'

The SORTDESC property is also available to sort the column in descending order.

PROPERTY <Component ID> SORTDESC 'Value'

Very Best R:egards,

Razzak

On 12/14/2022 3:36 PM, Dan Goldberg wrote:

I have a button that updates and I want to clear the multi-selected rows but cannot find a property for it.

Any one have any clue on how to do that?

TIA

Dan Goldberg

--
For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to rbase-l+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/rbase-l/BY3PR19MB502792C0D9871F96406D09C6D4E09%40BY3PR19MB5027.namprd19.prod.outlook.com <https://groups.google.com/d/msgid/rbase-l/BY3PR19MB502792C0D9871F96406D09C6D4E09%40BY3PR19MB5027.namprd19.prod.outlook.com?utm_medium=email&utm_source=footer>.

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- You received this message because you are subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/77b7e009-4ae8-cd89-6daa-a38d1db0059b%40rbase.com.

Reply via email to