Hello,
I am displaying a Grid (e.g for n Products), for that I have buttons for each product to navigate to productDetails view, which will show details of that particular product. As I have several products and several buttons, which I dont know till run time, I am using For Loop for this.
When it navigates to productDetails view, I cannot show product details for whatever the user selected. I tried a lot to distinguish which button the user has pressed. But I couldnt achive it. For all buttons I can only show the first product.
Is it limitation of Web Dynpro. If anybody have any ideas, please let me know. Any workaround or clues are appreciated.
Also I want to know whats the client side parameter for Button in Dynamic Programming?.