문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top