This question is locked. New answers and comments are not allowed.
I am new to Silverlight and telerik but I have had some success until now.
I have dynamic data being posted by to my app (silverlight) that I want to display in a datagrid/gridview/whathave you.
I successfully been able to dynamically set the header values, but I can not figure out how to 'bind' the data.
I get returned to my app an array of strings, each string is a row in the data and each string is comma separated.
I can not figure out how to get the row data to display.
Example of string data:
Joe Smith,,,,1234,4,,,enable
Jan Smith,,,,1234,6,,,enable
Jerry Smith,,,,1234,7,,,enable
John Smith,,,,1234,9,,,enable
some fields will be empty but each row will have same number of fields (populated and non-populated)
thanks for your help
M-
I have dynamic data being posted by to my app (silverlight) that I want to display in a datagrid/gridview/whathave you.
I successfully been able to dynamically set the header values, but I can not figure out how to 'bind' the data.
I get returned to my app an array of strings, each string is a row in the data and each string is comma separated.
I can not figure out how to get the row data to display.
Example of string data:
Joe Smith,,,,1234,4,,,enable
Jan Smith,,,,1234,6,,,enable
Jerry Smith,,,,1234,7,,,enable
John Smith,,,,1234,9,,,enable
some fields will be empty but each row will have same number of fields (populated and non-populated)
thanks for your help
M-