unhilite a hilited row of datagrid
Posted: Sun Jan 14, 2018 9:54 am
Hi,
i'm having a bit of trouble to get the correct syntax to unhilite a hilited line of a datagrid after it's been handled.
So in short--click on a row and it is hilited-->do something with it--->ready then unhilite it. Now it stays hilited.
i tried:
set the hilite of the dgHilitedLine of group "DataGrid 1" to false (but gives error)
set the dgHilitedLine[theLine] of group "DataGrid 1" to false (no error but also does nothing)
set the dgProp[ "auto hilite" ] of group "DataGrid 1" to false
set the dgProp[ "auto hilite" ] of group "DataGrid 1" to true (no error but no effect also)
Do someone knows the correct syntax?
Thanks!
i'm having a bit of trouble to get the correct syntax to unhilite a hilited line of a datagrid after it's been handled.
So in short--click on a row and it is hilited-->do something with it--->ready then unhilite it. Now it stays hilited.
i tried:
set the hilite of the dgHilitedLine of group "DataGrid 1" to false (but gives error)
set the dgHilitedLine[theLine] of group "DataGrid 1" to false (no error but also does nothing)
set the dgProp[ "auto hilite" ] of group "DataGrid 1" to false
set the dgProp[ "auto hilite" ] of group "DataGrid 1" to true (no error but no effect also)
Do someone knows the correct syntax?
Thanks!