edit DataGrid question

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

    #1

    edit DataGrid question

    I have first column in datagrid with Product names.
    Then I have the second column in dataGrid : edit text.
    I don't wont to have this column.
    Is it possible to click on product name instead of <asp:editColumn > in data
    grid.
    and what is the code?

    Thank you,
    Simon


  • Tu-Thach

    #2
    edit DataGrid question

    You might have to use TemplateColumn for this.

    Tu-Thach
    [color=blue]
    >-----Original Message-----
    >I have first column in datagrid with Product names.
    >Then I have the second column in dataGrid : edit text.
    >I don't wont to have this column.
    >Is it possible to click on product name instead of[/color]
    <asp:editColumn > in data[color=blue]
    >grid.
    >and what is the code?
    >
    >Thank you,
    >Simon
    >
    >
    >.
    >[/color]

    Comment

    • Tu-Thach

      #3
      edit DataGrid question

      You might have to use TemplateColumn for this.

      Tu-Thach
      [color=blue]
      >-----Original Message-----
      >I have first column in datagrid with Product names.
      >Then I have the second column in dataGrid : edit text.
      >I don't wont to have this column.
      >Is it possible to click on product name instead of[/color]
      <asp:editColumn > in data[color=blue]
      >grid.
      >and what is the code?
      >
      >Thank you,
      >Simon
      >
      >
      >.
      >[/color]

      Comment

      Working...