Pergunta

I've got an app that I'm coding in Silverlight, and I need to post data to a datagrid. When I customize the datagrid and name each of the columns that I need, nothing posts appears when I click the button that would add the data. If I leave the columns undeclared, then the data posts, but the columns get named oddly and the spacing is also odd.

So, how do I post data to a specific column?

Thanks in advance for any help.

-Sootah

Foi útil?

Solução

Looks like you didn't bind columns with values.
Take a look to this and this links.
It must solve your problem.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top