New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.Private Sub gridGroupingControl1_TableControlCurrentCellStartEditing(sender As Object, e As GridTableControlCancelEventArgs) Dim cc As GridCurrentCell = e.TableControl.CurrentCell Dim style As GridTableCellStyleInfo = e.TableControl.Model(cc.RowIndex, cc.ColIndex) If style.ReadOnly = True Then e.Inner.Cancel = True End If End Sub ''gridGroupingControl1_TableControlCurrentCellStartEditing