i have rowExpand event which was written before i implemented virtualModeCreateRecords… and it was working fine..but after loading records virtually now rowExpand event is not getting fired.. even bindingComplete event is not getting fired ..
In that mode, data is loaded for Each Level on demand when item is expanded and for each next level analogically.
For that reason ‘rowExpand’ event not appear in first time you could use loadComplete: in DataAdapter to catch this.