Hi Everybody,
I have been trying to edit just a cell on row of the grid, but i didnt know how do implent it.
There is a radgrid on page where this grid has 4 columns. The type of coluns are the following:
textbox, textbox, textbox and combobox.
the first textbox its type is numeric, the second is a date and third is character.
I show how the grid will be:
price | date | name | city
$1.89 9/10/2009 James New york
the combobox city there is a list of cities where It gets in database
When the page shows, the grid shows too with all the registers with it.
when the user clicks in some cell the cell show a field for eample a textbox for user types there.
I need to implement it on code behind.
Can anybody help me?
Thank you for attention.
Carlos
I have been trying to edit just a cell on row of the grid, but i didnt know how do implent it.
There is a radgrid on page where this grid has 4 columns. The type of coluns are the following:
textbox, textbox, textbox and combobox.
the first textbox its type is numeric, the second is a date and third is character.
I show how the grid will be:
price | date | name | city
$1.89 9/10/2009 James New york
the combobox city there is a list of cities where It gets in database
When the page shows, the grid shows too with all the registers with it.
when the user clicks in some cell the cell show a field for eample a textbox for user types there.
I need to implement it on code behind.
Can anybody help me?
Thank you for attention.
Carlos