DataGrid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kelvin.koogan@googlemail.com

    #1

    DataGrid

    With a DataGrid (VS2003) is it possible to stop users adding and
    deleting rows? How?

    TIA,
    KK

  • AlexS

    #2
    Re: DataGrid

    I would suggest to change over to DataGridView, which has AllowUsetTo...
    properties exactly for this purpose.
    Otherwise you'll need to code your own processing


    <kelvin.koogan@ googlemail.comw rote in message
    news:1183551204 .397118.129640@ k79g2000hse.goo glegroups.com.. .
    With a DataGrid (VS2003) is it possible to stop users adding and
    deleting rows? How?
    >
    TIA,
    KK
    >

    Comment

    Working...