Skip to content

Conversation

@Malini-SF4235
Copy link
Contributor

Task Link

UG-949556

Description

Need to update the invalid code snippet in the WPF MultiColumnDropDown and SfDataGrid Control and rearranged the table content in the WPF TreeGrid Control UG documentation.

Solution Description

I have updated the RowDragDropController_Drop event. Within this event, we retrieve the record using e.TargetRecord. However, TargetRecord returns the record index, so when converting it to a model, it throws an exception. To resolve this issue, I directly used e.TargetIndex instead and did not convert it to a model object.

In the MultiColumnDropDown XAML code, we had used invalid double quotes. To fix this, I replaced them with valid quotes.

In the SfTreeGrid, I have arranged the Table of contents based on the SfDataGrid.

Related PR

#1997

@SyncfusionBuild
Copy link
Contributor

Build Status: INQUEUE 🕒
Build Location: ES-949556_Master

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: ES-949556_Master

@SyncfusionBuild
Copy link
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: ES-949556_Master
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: ES-949556_Master

@SyncfusionBuild
Copy link
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: ES-949556_Master
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

@SathiyathanamSathish SathiyathanamSathish merged commit b79dcf4 into master Nov 18, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants