I have 3 GridDropDownColumn that depend on each other to load data. The first one loads organisation names, and the seconds one loads organisational branches depending on what is selected on the first one, and the third one loads divisions depending on the selected 2nd one.
When they load the first time is correct. The first one takes the default selected of the 1st, and the third one also takes default of the first. The problem is when I select a different value of the the first dropdown the second one still sees the previous value the it does not change its contents, the same as the 3rd one.
Please what to do to solve this problem.
When they load the first time is correct. The first one takes the default selected of the 1st, and the third one also takes default of the first. The problem is when I select a different value of the the first dropdown the second one still sees the previous value the it does not change its contents, the same as the 3rd one.
Please what to do to solve this problem.