Datagrid cell edition ????

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • serge calderara

    #1

    Datagrid cell edition ????

    Dear all,

    I have a datagrid which is dynamically bind to a dataset.
    What is the way of entering in edition mode when a user click on a
    perticulra cells.

    Actually if I click on a cell, it is highlighted but I canottype in ???

    Thnaks for your help
    Regards
    Serge
  • Cor Ligthert

    #2
    Re: Datagrid cell edition ????

    Serge,

    Web or widowforms datagrid?

    Cor


    Comment

    • serge calderara

      #3
      Re: Datagrid cell edition ????

      oups sorry, its windows Datagrid

      "Cor Ligthert" wrote:
      [color=blue]
      > Serge,
      >
      > Web or widowforms datagrid?
      >
      > Cor
      >
      >
      >[/color]

      Comment

      • Cor Ligthert

        #4
        Re: Datagrid cell edition ????

        Serge,

        It should be in the entering mode when a user clicks on it, except of course
        when you have told not to be that. By instance with a datatable as
        datasource, which has this in a way.

        dt.defaultview. allowedit = false

        I hope this is it.

        Cor


        Comment

        Working...