Hi!
I know it's sort of strange to do it, but can the grid bind to a XmlDocument? Maybe give Xpaths to the columns to show, it would be fantastic.
What I want to accomplish is to show in a datagrid the results of an xpath expression on SelectNodes. And it should be fast (150 000 elements).
Any idea on how to accomplish this? XmlNodeList implements IEnumerable, shouldnt it be able to bind?
Anyways, I thought it would be a neat feature to be able to do it directly.
Thanks,
/ jorge
I know it's sort of strange to do it, but can the grid bind to a XmlDocument? Maybe give Xpaths to the columns to show, it would be fantastic.
What I want to accomplish is to show in a datagrid the results of an xpath expression on SelectNodes. And it should be fast (150 000 elements).
Any idea on how to accomplish this? XmlNodeList implements IEnumerable, shouldnt it be able to bind?
Anyways, I thought it would be a neat feature to be able to do it directly.
Thanks,
/ jorge