Jump to content

TuniDBGrid OnRowSelect Event


ttamturk

Recommended Posts

Hi,

Sorry if I misunderstood the question..

There is also an event RowSelect

 

Sorry temporarily, I can not attach a file...

 

(UniDBGrid1 -> ClientEvents -> ExtEvents -> [Ext.selection.RowModel [rowModel]]) rowModel.select

function rowModel.select(sender, record, index, eOpts)
{
 
}

Best regards.

Link to comment
Share on other sites

Hi,

Sorry if I misunderstood the question..

 

There is also an event RowSelect

 

Sorry temporarily, I can not attach a file...

 

(UniDBGrid1 -> ClientEvents -> ExtEvents -> [Ext.selection.RowModel [rowModel]]) rowModel.select

function rowModel.select(sender, record, index, eOpts)
{
 
}

Best regards.

 

Thanks, but this is not a Question. It's a feature request. I know there is a client-side event and i can easily simulate this behavior with ajax callback events but if there is an event on control, we don't need to do extra coding. Like, we use to write a jscript code to use ClearButton, but now it's a property.

 

Best

Link to comment
Share on other sites

×
×
  • Create New...