This is a migrated thread and some comments may be shown as answers.

[Solved] Comma separated strings/row to gridview

0 Answers 86 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Marshall
Top achievements
Rank 1
Marshall asked on 09 Jul 2011, 12:39 AM
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-
Tags
GridView
Asked by
Marshall
Top achievements
Rank 1
Share this question
or