This question is locked. New answers and comments are not allowed.
Hi guys,
I have some problem with gridview cells when I use scroll.
Step to reproduce:
I change IsEnabled property in RowLoaded e.Row.Cells["FirstColumn"] .IsEnabled = false;
After that I use scroll in grid to navigate everywhere in my grid I see that there are property (IsEnabled = false) for allmost all rows (or some rows) in "FirstColumn" in my grid. And this property chanches very magic for rows in this column (FirstColumn).
Could you clarify if for me and give me some advices about it.
Thanks in advance.
PS
I attach you can see that allmost all chackboxes with IsEnabled = false; but my code don't do it.
I have some problem with gridview cells when I use scroll.
Step to reproduce:
I change IsEnabled property in RowLoaded e.Row.Cells["FirstColumn"] .IsEnabled = false;
After that I use scroll in grid to navigate everywhere in my grid I see that there are property (IsEnabled = false) for allmost all rows (or some rows) in "FirstColumn" in my grid. And this property chanches very magic for rows in this column (FirstColumn).
Could you clarify if for me and give me some advices about it.
Thanks in advance.
PS
I attach you can see that allmost all chackboxes with IsEnabled = false; but my code don't do it.