I have two web data grids. I am trying to bind to the second grid with in the row selection changed event handler of the first grid. The page is posting back on row selection change of the first grid. However, I am unable to see the data on my second grid even after binding the data. My POC code is attached. Kindly help me figure out what I am missing.
Hello Vivek,
Thank you for contacting us.
One approach would be to put the two grids in UpdatePanel and disable the AJAX. In our opinion this is the most appropriate solution to your scenario. I am attaching the updated files.
Please let me know if you need further assistance.