Hello,
In my application I have 2 GridTree controls. When the application launches it reads some data and depending on that populates the first grid and based on the selected value the second one's contents are loaded.
Is it possible to set the selected row of a grid programmatically on start? I set SelectedNode value but the row doesn't appear to be selected.
Thanks.