hi,
I've a radgrid with a gridbound col and a grid template column in it.
The gridtemplate column has a dropdownlist control in it.
The whole grid is an user ctrl . I've a wizard kind of page where i clcik back and next to go to further pages.
I select values in the dropdownlist (which is a 2nd step in the wizard) and when i click back, it goes to the first step and then clciking next from there, it comes to my gridtemplate page but now i don't have any of my selected values in the dropdownlist. they all point to the first value. how do i make them retain the selected value even if i travel across wizrds.
I've even done this in grid's databound event:
ddl.selectedindex = e.item.selctedindex;(where ddl is the dropdownlist in the gridtemplate col).
but it does not work. pls do help me with code.
Thanks,
ZR
I've a radgrid with a gridbound col and a grid template column in it.
The gridtemplate column has a dropdownlist control in it.
The whole grid is an user ctrl . I've a wizard kind of page where i clcik back and next to go to further pages.
I select values in the dropdownlist (which is a 2nd step in the wizard) and when i click back, it goes to the first step and then clciking next from there, it comes to my gridtemplate page but now i don't have any of my selected values in the dropdownlist. they all point to the first value. how do i make them retain the selected value even if i travel across wizrds.
I've even done this in grid's databound event:
ddl.selectedindex = e.item.selctedindex;(where ddl is the dropdownlist in the gridtemplate col).
but it does not work. pls do help me with code.
Thanks,
ZR