Hello,
I set the IsSynchronizedWithCurrentItem of my gridview to false as our client did not want any selection at first. It's working fine but we noticed that after loading, focus is on the first row but we cannot select it, meaning we cannot get information from the row. We are also hooking up to the SelectionChanged event, so for every row selection, some fields in the page are being updated depending on the current row. However, as I've said, upon loading, the selection is not being triggered. We needed to select the second row first then go back to the first row to be able to select it. Is there any workaround for this? I would really appreciate your help.
Thanks so much,
Zamel
I set the IsSynchronizedWithCurrentItem of my gridview to false as our client did not want any selection at first. It's working fine but we noticed that after loading, focus is on the first row but we cannot select it, meaning we cannot get information from the row. We are also hooking up to the SelectionChanged event, so for every row selection, some fields in the page are being updated depending on the current row. However, as I've said, upon loading, the selection is not being triggered. We needed to select the second row first then go back to the first row to be able to select it. Is there any workaround for this? I would really appreciate your help.
Thanks so much,
Zamel