Hi,
we are using selection = {enabled: true, allowRowHeaderSelection: true,}. Now when we select a row, it trigers rowClick() event, In this event we are executing selectedRows = this.getSelection(), but we are not getting current selectedRow detail as it is showing previous selected row detail.
for example if i am selecting any row first time it will return null and if i am selecting row 2nd time it will give me previous selected row detail.
In JQXGrid as soon we select row then in rowClick() event we can get current selectedRow detail by method getselectedrowindex().
Thank you for your help and looking forward to your early reply.
Thank you
Nikhil Jain