I added dw_1.Object.DataWindow.Selected.Mouse = "No" and it
keeps the cells from being selected, but the user can still
select a column and it highligts it in black. thanks for
any help
In clicked event of your datawindow control
If row = 0 then
return 1
End If
You can capture and use dwo.name in if condition to retain default
functionality of grid column like resize , move etc...
Regards
Kiran
<Troy Huff> wrote in message news:44a9711e.169...@sybase.com...
In clicked event of your datawindow control
If row = 0 then
return 1
End If
You can capture and use dwo.name in if condition (dwo.name <>
'datawindow' ) to retain default
functionality of grid column like resize , move etc...
Regards
Kiran
<Troy Huff> wrote in message news:44a9711e.169...@sybase.com...
Larry Molter
<Troy Huff> wrote in message news:44a9711e.169...@sybase.com...