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
95
XML Load-On-Demand child row click event
posted

I have a 7.3 UltraWebGrid bound to a two-table hierarchical dataset. It loads and works fine, i.e. the parent rows load first and when you click to expand a parent row, it then pulls down and loads the related child rows. Here is my question: When I click on a child row, what event is fired? Clearly, it is causing a postback, but it is not firing SelectedRowsChange or ActiveRowChange as I would have expected. I am not doing any updates, I simply need to capture the row being clicked. Am I missing something here?

Parents Reply Children
No Data