ayozzhero
Well-known member
I found this code for ASP .Net but I can't implement it in VB:
I cannot find the equivalent one in System.Windows.Forms...
I am trying to find a function to prevent sorting on certain colummn only. i.e the first column where it is numbered as row numbers.
Thanks.
Private Sub OnMyGridSort(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridSortCommandEventArgs)
End Sub
I cannot find the equivalent one in System.Windows.Forms...
I am trying to find a function to prevent sorting on certain colummn only. i.e the first column where it is numbered as row numbers.
Thanks.