Folks, Using Telerik ASP.NET Ajax 2010 built 3 with VS 2010.
I have a hierachal radgrid. I would like to prevent users with an alert message to expand the Row without selecting the Row 1st.
For example, if Parent row 1 is selected, then if I click to expand Parent row 2 without selecting Parent row 2
-- Although Parent row 1 is still selected, but Parent row 2 expands.
I understand from this for single/expand:
http://www.telerik.com/help/aspnet-ajax/grdsingleexpandinhierarchicalgrid.html
Basically
- Attached file is my desire result (Child Expanded After Parent Row Highlighted.JPG)
- Attached file is NOT my desire result (Child Expanded without Parent Row Highlighted.JPG)
Thanks.
GC_0620