Unplanned
Last Updated: 26 Jun 2018 09:36 by ADMIN
ADMIN
Dimitar
Created on: 23 Feb 2018 11:49
Category: GridView
Type: Bug Report
0
FIX. RadGridView - custom fields cannot be added to the ExpressionEditor when importing XML
Use attached to reproduce.


Workaround: 

this.LoadFieldList(hiddenGrid.MasterTemplate);
this.FieldList.Add(new Telerik.Data.Expressions.ExpressionItem()
{ Name = "Test", Description = "Test", Syntax = "Test", Type = Telerik.Data.Expressions.ExpressionItemType.Field, Value = "Test" });

Attached Files:
0 comments