![]() |
|
JQGrid AsyncLinkClick don't distinguishes between columns. - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: JQGrid AsyncLinkClick don't distinguishes between columns. (/thread-2713.html) |
JQGrid AsyncLinkClick don't distinguishes between columns. - Blanca80 - 04-14-2022 Hello, A JQGrid with several columns wich two of them are links. The event AsyncLinkClick on the grid is described as Code: procedure TForm.JQGridAsyncLinkClick(Sender: TObject; EventParams: TStringList; const RowID: string; const Row, Col: Integer);The parameter rowid gives the information of rowno, that is correct. The Row and Col parameters gives -1 always, that is not correct. The column links are in the same row and there's no way to distinguish which column has been origined the event... Thank you Kind Regards Blanca RE: JQGrid AsyncLinkClick don't distinguishes between columns. - Alexandre Machado - 04-15-2022 Hi Bianca, I'll have a look and get back to you ASAP RE: JQGrid AsyncLinkClick don't distinguishes between columns. - Alexandre Machado - 04-29-2022 This has been fixed and will be available in version 15.2.54 |