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
wow cool. thanks. it's work now.
another questions : how to get the record childs (the sub records from expanding field)?
thanks again. :)
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.