This question is locked. New answers and comments are not allowed.
Case A)
I'd like to use the ForeignKey method of the Grid control. But instead of providing the List of values during the creation of the view, i'd like to get the values with Ajax-Binding. Is this possible?
Case B)
I do have the requirement, that the values in the list are not the same for all the lines in the grid. So one line may only get a list containing 1 to 5, and the other line may only get the list 4 to 8. This is depending on a value stored in the line. I would like to get it working with Ajax-Binding, but I could also not figure it out, how one can to it with Server-Binding. Is this possible with ForeignKey, or is there another way, like templating?
Thankx, Harry
I'd like to use the ForeignKey method of the Grid control. But instead of providing the List of values during the creation of the view, i'd like to get the values with Ajax-Binding. Is this possible?
Case B)
I do have the requirement, that the values in the list are not the same for all the lines in the grid. So one line may only get a list containing 1 to 5, and the other line may only get the list 4 to 8. This is depending on a value stored in the line. I would like to get it working with Ajax-Binding, but I could also not figure it out, how one can to it with Server-Binding. Is this possible with ForeignKey, or is there another way, like templating?
Thankx, Harry