Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Row Selection Issue
posted

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

GridRowSelectionIssue.zip
Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    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.

Children
No Data