My gridview's data gets loaded when the user selects an option to load it. For example, active OR inactive data.
The FocusedRowChanged
event gets triggered when I select an option for loading this data. However, when the first time the data loads, the sender object keys are not sent across. This happens only on subsequent loads. That's the second data load, third data load and so on. I tried checking for the call stack in the browser and Visual Studio, and there does not seem to be anything different in the sequence between the two. Has anyone encountered something like this or can guide where I need to look.
Regards, Steve