Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
geeta #1
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 that content of that particular cell...
can anyone help me in this
Thanks
Geeta
geeta Guest
-
Data Binding using DataSet and ComboBox
Hi guys, hope someone can help me with this. Seems it should be simple, but it's not, that's why I'm here. I have data loading into a DataSet... -
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 ... -
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... -
data binding and add control in datagrid
I need to use data binding to bind data to datagrid from DB and add button server control at each row of the record. Is it possible to do so in... -
Error Binding DropDownList on EditItem Command of DataGrid Control
I am sure this has come up before, but I haven't been able to find an answer as of yet. That said, any help is definitely appreciated! I have a... -
Eliyahu Goldin #2
Re: binding combobox control to datagrid
Geeta,
You need to handle PreRender event. In the event handler you can navigate to
the required cell, create a control (there is no compobox in asp.net, do you
mean a dropdown list? a textbox?) and add it to the cell's Controls
collection.
Eliyahu
"geeta" <geetapatil@codetheatre.com> wrote in message
news:e$I6Rhs2FHA.732@TK2MSFTNGP10.phx.gbl...namely> ,
>
> i am facing problem with attaching combobox to a cell of a datagrid.> to the cell 3rd row 4 column..
> then the combobox should display that content of that particular cell...
>
> can anyone help me in this
>
> Thanks
> Geeta
>
>
>
Eliyahu Goldin Guest



Reply With Quote

