Hi Telerik team,
Due to our business, we have to build a grid view using
AutoGenerateColumns="True".In this grid, we place a check box. But to tick it, we have to click 3 times (attached file):
- First time, active cell
- Second time, active check box.
- Third time, tick on check box.
Question is: How can we build a grid which tick check box only one time? And below is our code
MainPage.xaml
MainPage.xaml.cs
Thanks,