Jean-Marc Kiener Posted June 26, 2015 Posted June 26, 2015 Hello, I should update some TUnilabel.Captions if the user change the row in a TUniDBGrid. Is there a Afterscroll event or a OnRowSelect event or something similar to it. I did not found it. i did found a ClientEvent in Ext.Selection.RowModel: function rowModel.select(sender, record, index, eOpts) { } Is this the right way to do this? If yes, how can i set the caption of a tunilabel in javascript? Thanks in advance for your help. Quote
erich.wanker Posted June 26, 2015 Posted June 26, 2015 Hello Kiener, i use "TDataSource - OnDataChange" for similar things ... hth erich Quote
Jean-Marc Kiener Posted June 29, 2015 Author Posted June 29, 2015 Works perfect for me! Many thanks. 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.