AddHandler button1.Click, AddressOf button1_Click
Private Sub button1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles button1.Click
Me.sfDataGrid1.SearchController.SearchColumns.Add("ProductName")
Me.sfDataGrid1.SearchController.Search(textBox1.Text)
Me.sfDataGrid1.SearchController.FindNext(textBox1.Text)
Me.sfDataGrid1.MoveToCurrentCell(Me.sfDataGrid1.SearchController.CurrentRowColumnIndex)
End Sub |
Hi Saravan
Thanks for your reply. I am pleased you have managed to replicate the issue. The version I experienced it in was 17.4.0.39.
Thanks.
Peter
Recommended approach – exe will perform automatic configuration
Please find the patch setup here:
Advanced approach – use only if you have specific needs and can directly replace existing assemblies for your build environment
Please find the patch assemblies alone from:
Please find the Nugets from the below location:
|