سؤال

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