View Issue Details

IDProjectCategoryView StatusLast Update
0004783NoesisGUIStudiopublic2026-02-09 10:16
ReporterRafael Munoz Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status assignedResolutionopen 
Product VersionStudio_Beta 
Target VersionStudio_Beta 
Summary0004783: Binding editor is not considering DataContext of its own element
Description

This seems to be an editor not a runtime bug.

If setting the DataContext manually of an element to something, additional bindings in the same element do not take into consideration that DataContext.

Repropath:

  • Create Root Structure For Sample Data. RootVM
  • Create another structure for Sample Data: Stat
  • Add Name string property to Stat
  • Add property Health of type Stat to Root VM
  • Create a data set for RootVM and ensure Health stat is populate and has a Name set
  • Use the dataset as desing data context for the document
  • Create a TextBlock
  • Set DataContext of TextBlock to Health
  • Then go to Text property of same TextBlock and try databind it

Expected:

  • Path fields show members of Stat structure

Actual:

  • Path fields show members of RoomVM structure

Consequences, bindings created this way will al be broken, since the runtime does consider the most local datacontext.

Attached Files
image.png (70,738 bytes)   
image.png (70,738 bytes)   
PlatformAny

Activities

Issue History

Date Modified Username Field Change
2026-02-06 10:58 Rafael Munoz New Issue
2026-02-06 10:58 Rafael Munoz File Added: BindingEditorNotConsideringDataContext.zip
2026-02-06 10:58 Rafael Munoz File Added: image.png
2026-02-09 10:16 sfernandez Assigned To => sfernandez
2026-02-09 10:16 sfernandez Status new => assigned
2026-02-09 10:16 sfernandez Target Version => Studio_Beta