12-17-2024, 10:56 PM
(12-16-2024, 06:05 AM)iwuser Wrote: It's also a moving target, it seems: now that I'm trying TIWjQDBGrid, I cannot get any Click or Row Selected events to fire and looking at the generated HTML, it does not seem to hook any events. What am I missing?
I did get OnDblClick to work as expected, though. So in one place where all I need to edit is a TRUE/FALSE flag per record, I can do it with a double-click - not especially intuitive, but it works.
PS: I'm on IW v.16.0 now.
Also, if I CTRL-F5 the page with this grid, it disappears and breaks all other pages with jQDBGrid too. I can see the generated HTML is rather different then, but I cannot see why or what to do about it ;-(
Fixed the disappearing grid by adding jQGrid JS to the Template. Strange that IW was supplying it on the 1st round, though, but not after a refresh.
Still getting no Click events. And when editing, it pop up a "HTTP Error 404. The requested resource is not found." when calling "/$/callback?callback=GRID_FRAMEX.DoOnEditCell". The component does not expose this event, I assume it should be included automatically.