AD
Administrator
Syncfusion Team
April 14, 2009 02:17 AM UTC
Private Sub GridGroupingControl1_TableControlCellCursor(ByVal sender As Object, ByVal e As Syncfusion.Windows.Forms.Grid.Grouping.GridTableControlCellCursorEventArgs) Handles GridGroupingControl1.TableControlCellCursor
If e.Inner.ColIndex = 1 And e.Inner.RowIndex > 2 Then
e.Inner.Cursor = Cursors.Hand
e.Inner.Cancel = True
End If
End Sub
LS
Lingaraj S
Syncfusion Team
April 14, 2009 11:19 AM UTC
Hi Rentao,
Thank you for your interest in Syncfusion product.
The GridGroupingControl cursors are handled internally, so if you want to change the cursor in particular rows, Please try using TableControlCellCursor event in GridGroupingControl.
Please refer code in previous user update.
Let me know if it helps.
Regards,
Lingaraj S