Binding combobox to a cell of a datagrid in windows forms using c

Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default Binding combobox to a cell of a datagrid in windows forms using c

    hi,

    i am facing problem with datagrid..
    i am attaching a combox to a cell of a datagrid.means i want to palce the
    combox in 4th row 3rd col of grid.and the combox should represent value of
    that particular cell....i am using .net 2003 version

    can anyone help me in thais regard.
    thanks in advance
    Get
    Get Guest

  2. Similar Questions and Discussions

    1. ComboBox Cell Renderer
      I'm using a ComboBoxCell class that I got from the Macromedia website to display a ComboBox inside of a DataGrid component. The problem I'm having,...
    2. binding combobox control to datagrid
      , i am facing problem with attaching combobox to a cell of a datagrid. namely to the cell 3rd row 4 column.. then the combobox should display...
    3. Binding a ComboBox to a ViewStack
      Hi all, Anybody have any luck getting a ComboBox to bind to a ViewStack? I'm trying to set it up so that the ComboBox will use the...
    4. Can ComboBox have cell-renderer
      I need a combobox which has an image and text. I went through all the macromedia documentation , but could not find any thing on cell renderer. I...
    5. Late Binding for Windows Forms App to Web Service HELP!
      Thanks in advance for reading this... I am relatively new to ASP.NET and certainly to the concept of Web Services. I have a VB.NET Windows Forms...
  3. #2

    Default Re: Binding combobox to a cell of a datagrid in windows forms using c

    Wrong place to post. It's WEB datagrid NG.

    Please post your question in dotnet.framework.windowsforms NG.


    "Get" <Get@discussions.microsoft.com> wrote in message
    news:1FC8E865-0E98-446F-8005-B314068294C0@microsoft.com...
    > hi,
    >
    > i am facing problem with datagrid..
    > i am attaching a combox to a cell of a datagrid.means i want to palce the
    > combox in 4th row 3rd col of grid.and the combox should represent value
    > of
    > that particular cell....i am using .net 2003 version
    >
    > can anyone help me in thais regard.
    > thanks in advance
    > Get

    Elton Wang Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139