Hi,
I need to find the number of rows in a grid whenever it changes.
I thought I could utilize the OnLoad event, but it seems like it occurs before the grid object is initialized.
My goal is to automatically process the first row in a grid if it's the only row in the grid. Otherwise the user will need to select which row to process.
Any ideas how this can be done?
Espen