Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting hierarchical-grid to Blazor fails #603

Open
HUSSAR-mtrela opened this issue Apr 23, 2024 · 0 comments
Open

Exporting hierarchical-grid to Blazor fails #603

HUSSAR-mtrela opened this issue Apr 23, 2024 · 0 comments

Comments

@HUSSAR-mtrela
Copy link
Collaborator

HUSSAR-mtrela commented Apr 23, 2024

Exporting XPLAT samples to Blazor fails with this error:

 exporting \grids\hierarchical-grid\column-auto-sizing.json               
>> ERROR: Unable to cast object of type 'System.Double' to type 'System.String'. 
   at Infragistics.Controls.Description.DotNetCodeGeneratingComponentRendererDataEmitter.GetPropertyValueString(CodeGeneratingComponentRendererDataEmitterPropertyType type, JsonDictionaryValue jsonVal)
   at Infragistics.Controls.Description.DotNetCodeGeneratingComponentRendererDataEmitter.WriteItem(String typeName, String[] propertyNames, CodeGeneratingComponentRendererDataEmitterPropertyType[] propertyTypes, JsonDictionaryItem item, CodeGeneratingCodeWriter typeWriter)
   at Infragistics.Controls.Description.DotNetCodeGeneratingComponentRendererDataEmitter.AddDataItem(String refName, String[] propertyNames, CodeGeneratingComponentRendererDataEmitterPropertyType[] propertyTypes, JsonDictionaryItem item, Int32 i, CodeGeneratingCodeWriter typeWriter)
   at Infragistics.Controls.Description.CodeGeneratingComponentRendererDataEmitter.EmitNamedData(String refName, JsonDictionaryItem data, CodeGeneratingCodeWriter typeWriter, CodeGeneratingImportManager importsWriter)
   at Infragistics.Controls.Description.CodeGeneratingComponentRendererDataEmitter.EmitData(JsonDictionaryItem refs)
   at Infragistics.Controls.Description.CodeGeneratingComponentRenderer.EmitCode(ICodeGenerationRendererTemplate template)
   at CodeExporterApp.Exporter.OutputSamples(String platform) in E:\BuildAgents_VSTS\3\_work\9\s\Shared\Exporter.cs:line 236

exporting \grids\hierarchical-grid\column-collapsible-groups.json        
>> ERROR: Unable to cast object of type 'System.Double' to type 'System.String'. 
   at Infragistics.Controls.Description.DotNetCodeGeneratingComponentRendererDataEmitter.GetPropertyValueString(CodeGeneratingComponentRendererDataEmitterPropertyType type, JsonDictionaryValue jsonVal)
   at Infragistics.Controls.Description.DotNetCodeGeneratingComponentRendererDataEmitter.WriteItem(String typeName, String[] propertyNames, CodeGeneratingComponentRendererDataEmitterPropertyType[] propertyTypes, JsonDictionaryItem item, CodeGeneratingCodeWriter typeWriter)
   at Infragistics.Controls.Description.DotNetCodeGeneratingComponentRendererDataEmitter.AddDataItem(String refName, String[] propertyNames, CodeGeneratingComponentRendererDataEmitterPropertyType[] propertyTypes, JsonDictionaryItem item, Int32 i, CodeGeneratingCodeWriter typeWriter)
   at Infragistics.Controls.Description.CodeGeneratingComponentRendererDataEmitter.EmitNamedData(String refName, JsonDictionaryItem data, CodeGeneratingCodeWriter typeWriter, CodeGeneratingImportManager importsWriter)
   at Infragistics.Controls.Description.CodeGeneratingComponentRendererDataEmitter.EmitData(JsonDictionaryItem refs)
   at Infragistics.Controls.Description.CodeGeneratingComponentRenderer.EmitCode(ICodeGenerationRendererTemplate template)
   at CodeExporterApp.Exporter.OutputSamples(String platform) in E:\BuildAgents_VSTS\3\_work\9\s\Shared\Exporter.cs:line 236

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants