![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 4 of 4 total |
![]() |
Mon, Aug 10 2015 8:58 PM | Permanent Link |
Trinione | How can a data-bound grid NOT have any row selected or greyed out initially? In other words, no focus whatsoever on any row.
DataSet.RowNo := -1 //does not hide it ![]() |
Tue, Aug 11 2015 2:33 AM | Permanent Link |
Michael Dreher | Trinione wrote:
// How can a data-bound grid NOT have any row selected or greyed out initially? // In other words, no focus whatsoever on any row. // // DataSet.RowNo := -1 //does not hide it ![]() According to the help, setting the row index to an invalid value has no effect; valid values are 0..NumRecords-1. Doing so would correspond setting the "cursor" of the dataset to an invalid state. I guess, it's not possible. Perhaps there are visual "tricks" playing with the colors. Someone may correct me. Michael Dreher |
Tue, Aug 11 2015 12:15 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. ![]() | << How can a data-bound grid NOT have any row selected or greyed out initially? In other words, no focus whatsoever on any row. >>
MyGrid.RowIndex := -1; should do it. Tim Young Elevate Software www.elevatesoft.com |
Tue, Aug 11 2015 1:22 PM | Permanent Link |
Trinione | << MyGrid.RowIndex := -1;
should do it. >> It does. Thanks. |
This web page was last updated on Friday, July 11, 2025 at 10:48 PM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |