lema Posted May 17, 2012 Posted May 17, 2012 Hi ! Is there any UniDBGrid client event which triggers when data finish loading? Regards. Quote
Administrators Farshad Mohajeri Posted May 22, 2012 Administrators Posted May 22, 2012 In UniDBGrid ClientEvents.UniEvents: function OnAfterCreate(sender) { sender.store.on('load', function(this, records, options){ // process event } ); } Quote
lema Posted May 24, 2012 Author Posted May 24, 2012 In UniDBGrid ClientEvents.UniEvents: function OnAfterCreate(sender) { sender.store.on('load', function(this, records, options){ // process event } ); } Thank you ! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.