Hi all,
I am binding the grid with dynamic columns ie the column names changes everytime.
I am showing date picker, links, checkboxes, dropdownlist, text columns in my grid
everything is fine as far as displaying the grid is concerned.
the only problem is during inline editing of rows, i will need to create editors for the column types. I have successfully created datetime picker, textbox editor through code, but unable to create editor for dropdown columns as the items from dropdown are fetched from database and is dependent on the column id.
can anyone out there help me create dropdown editor for my dynamic dropdown column(s)?
thanks in advance
I am binding the grid with dynamic columns ie the column names changes everytime.
I am showing date picker, links, checkboxes, dropdownlist, text columns in my grid
everything is fine as far as displaying the grid is concerned.
the only problem is during inline editing of rows, i will need to create editors for the column types. I have successfully created datetime picker, textbox editor through code, but unable to create editor for dropdown columns as the items from dropdown are fetched from database and is dependent on the column id.
can anyone out there help me create dropdown editor for my dynamic dropdown column(s)?
thanks in advance