I have a very simple xamDataGrid which has a combo editor column. The editing functionality works and looks fine. However when I try to export the grid to Excel using the Excel Exporter, I see the Id values that represent the text instead of the Text.
I have attached an example to demostrate what I mean.
Am I missing a setting or is this a problem/limitation with the exporter?
Thank you for that, it has solved almost all of the exporting issues I was having on the grid.
There is however one instance where I still have the numbers show instead of the values. There are a few places in my application where we have had to make a list conditional. For example, if a user were to select a country in column 1, column 2 would only show the regions for that country.
To do this with speed I use a dictionary which I pre-populate the various lists. I then make the column 2 lists conditional using a converter.
This is a bit more complicated so I have again attached an example.
HI ,
I submitted a feature request for this issue. PI1210-0071.
Sincerely, Matt
Developer Support Engineer
OK thats great. Having condictional bindings is a very useful tool and it would be excellent if the excel export works. Thanks