Hi,
I've a radgrid.I need to have 2 columns one is a datacolumnand other one is a griddropdown column.
Can i use a datatable, datarow method to populate the grid and update it.
I need griddriopdown column as second column ????
The first column is a datacolumn If i first declare datacolumn in .cs and then
in .ascx , under columns i create a griddropdown column, the griddrop down column is appearing as first column
but i need griddrop down column to appear as second column and my datacolumn as first column??
how is it possible.
Even if i have 1 datacolumn and 1 griddropdown column, cani use a datatable to populte data for them??
can you help me with code