Ian
asked on 27 Jul 2023, 03:39 PM
| edited on 27 Jul 2023, 03:52 PM
That's it.
Just move the cursor, and the UI focus, to a specific cell.
Trying to implement the behaviour in the find/replace function, when the user clicks on a search result in the list, and the appropriate cell is highlighted.
Dim s2 = myControl.SpreadsheetElement.ActiveWorksheetEditor.Selection
'point it to a new cell.
s2.Select(new CellIndex(1,2),false)
Suggestion: it would be helpful to provide a simpler 'shortcut' method like:
myControl.selectCell(1,2)
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 31 Jul 2023, 02:11 PM
Hello, Ian,
I am glad that you have found a suitable solution for the scenario you need to cover. Indeed, the UI selection is the appropriate way to focus a specific cell.
The provided feedback is greatly appreciated. We will consider it in the future improvement of the control. Meanwhile, since RadSpreadsheet relies on the RadSpreadProcessing library, the available API depends on it.
If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik