Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150961 | Jan 26,2020 12:35 AM UTC | Feb 13,2020 05:33 AM UTC | WinForms | 8 |
![]() |
Tags: SfDataGrid |
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:
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.