Jump to content

TUniDBGrid -> AfterScroll/RowSelect


Jean-Marc Kiener

Recommended Posts

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.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...