Skip to content

Commit

Permalink
Merge pull request #509 from davidknaack/RadDataGrid-FrozenColumnBug
Browse files Browse the repository at this point in the history
Fix RadDataGrid frozen column edit bug
  • Loading branch information
vvgeorgiev committed Apr 22, 2022
2 parents 5f562b3 + 13d52ca commit 516c41e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public object GenerateContainerForItem(CellGenerationContext info, object contai
{
if (info.IsFrozen)
{
this.owner.FrozenEditRowLayer.AddVisualChild(pair.Item2);
this.owner.FrozenEditRowLayer.AddVisualChild(element);
}
else
{
Expand Down

0 comments on commit 516c41e

Please sign in to comment.