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
240
Expandable event handler
posted

Hi all, I'm a newbie here. I using XamDataGrid version 9.1 . I would like to asking about the '+' sign shown in expandable records grid.

Is there any event handler if we click the expandable records on the '+' sign on the grid? I need to know if the '+' sign was clicked. I even found out if I click the '+' sign, the grid it self had got no focus.

FYI :

when I initialize my grid, I using FieldLayouts inside the FieldLayouts. It will make the records have children (sub record).

 

Thanks.

Vera

Parents
No Data
Reply
  • 69686
    posted

    Hello Vera,

    I suppose you can use the RecordExpanded/RecordExpanding events, which will fire as soon as you click the + sing - to expand them.

    Let me know if you have any questions on this.

    Alex.

Children