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
120
Not change CurrentItem by clicking at some fields
posted

Hello,

How to implement next behaviour in attached example:

when user click at "Symbol" cells current item changed how it implemented by default. But when user click at checkbox current item not change.

For example we have two row "A" and "B" and CurrentItem point to "A", we click at checkbox at row "B" and CurrentItem stiil point to "A", we click to other cell at "B" and CurrentItem change to "B".

checkboxes.zip
Parents
  • 12004
    posted

    bmirzai said:

    when user click at "Symbol" cells current item changed how it implemented by default. But when user click at checkbox current item not change.

    I ran the steps using version 12.1.20121.2107 and was able to get the CurrentItem to update from the checkbox correctly.
     
    The steps were the following:
     
    1. Ran the sample.
    2. Clicked on checkbox in the record containing 1 in Symbol column.
     
    At the top shows 1 on the TextBlock.
     
    Could you provide the exact steps for reproducing the issue?
     
Reply Children