PDA

View Full Version : How to get gridPanel rowIndex by rowClick event ?



richardLiu
May 30, 2023, 6:38 AM
We are using Ext.Net classic 7.3,but I google how to get gridPanel rowIndex solution and can not find
any information about how to get it ?

Could you please give us example for reference to solve our problem ? Thanks !

fabricio.murta
May 30, 2023, 9:13 PM
Hello, @richardLiu!

It is the 4th parameter passed to the event, according to the documentation on Ext.grid.Panel.rowClick event (https://docs.sencha.com/extjs/7.3.1/classic/Ext.grid.Panel.html#event-rowclick).

Hope this helps!