Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
problems in Hierarchical webgrid
posted

Hi,

i have a hierarchical webgrid with 2 tables and one relation.

for Example,

EmpDetails table have EmpName and EmpId fields.

then SalaryDetails table have EmpId(hidden), Salary, Position etc..

i have used two bands for this. one for EmpDetails and another one for SalaryDetails(here i have one dropdownlist in the footer template for selecting the postion of the Employee). if i click the Expandable Image in the grid, it displays the salarydetails record .but in the footer template, if i am selecting the the position from the dropdownlist( which is  in the 2nd band ) then i am getting the selected index of the dropdownlist is 0 only, its not changing according to the selection.

 can anyone help me out?

 

Thanks in Advance.