Hello everybody, good evening.
I was wondering how to make this work, i tried a lot of methods and lines from examples and documentation, but i couldn't make it work.
Im using a SfDatagrid, with one TextBox and a Button to search in the grid (using SearchHelper.Search & FindNext methods).
Also, im working with the option SearchHelper.AllowFiltering = true to show only the records found on screen.
The problem is, that i need that at least the first filtered record found must be selected programatically in the grid just after being showed up, maybe some work with SelectedIndex. This because just after the record was found, the selected row is one that doesnt shows up in the filtered view.
I tried using ResolveToRecordIndex and CurrentRowColumIndex, but it doesnt give me any working solution.
There is something that im missing?
Thank you very much for you amazing controls!
Best Regards,
Enrique Palacios