Hi,
I have attached a sample here. Running the sample, you can see a Grid populated with Alphabets.
Last visible Alphabet is 'I'. Try double Clicking on the row having the character 'I' (which is the last visible row).
On double clicking, it selects the row with the Character 'J', which is shown in the messagebox.
Summarizing, if we double click a row that is half visible, it selects the row below it.
Which property if the Grid should i use to stop this behavior?
Regards,
Hemesh
Hi Hemesh,
I don't think there is any way to stop this. When you click on a partially-visible row, the grid scrolls that row fully into view. The second click of the double-click therefore lands on the next row, thus selecting it.