开发者

Flex advance datagrid and dash(-)

开发者 https://www.devze.com 2023-01-31 08:35 出处:网络
For one of my grid column , xml data is like But on the grid , dash (-) gets converted into &#82开发者_JS百科11 character , like

For one of my grid column , xml data is like

Flex advance datagrid and dash(-)

But on the grid , dash (-) gets converted into &#82开发者_JS百科11 character , like

Flex advance datagrid and dash(-)

What's best solution without any change in original data ?


My best guess is to add a renderer to the column definition you want to modify then in the custom renderer just use a label or a text object if you need wrapping, I haven't seen that behavior before though, pretty strange.

0

精彩评论

暂无评论...
验证码 换一张
取 消