Does any know of a solution for obtaining the row data without selecting the row, as I am using the checkbox for another purpose? The code in the screenshot works only if I select the checkbox. I need to be able to simply click the button without having to select the checkbox. Appreciate any help!
It appears that using OnRowExpand could be a practical solution. However, I am unable to execute a SQL command or receive any results within OnRowExpand. Is there something I’m overlooking? I’ve commented out line 59 and removed {2} as it was null and throwing an error, and I’ve even imported the module again and reestablished the connection.
I hope loading a modul in the onrowexpand isnt necessary…
i use a API for all SQL querys but i think sql querys and api calls shoud work in the onrowexpand. perhaps the uddynamic is necessary…
Worked terrific. Thank you. I do seem to have to connect inside the UDDynamic each time as the connection is closed at the end of the page (which makes sense.)