DataGrid Question

H

Harry

Basicly I have a dataset that contains tuples with an identifer and string.
For instance {1, "Hello"}, {2, "World"}, {3, "Foo"}. Now using the example
datatset as a data source to a datagrid I would like it combine like IDs in
a single row such that in this example I would have a datagrid with two rows
{1, "Hello, Foo"}, {2, "World"}. Is this possible by overriding the datagrid
events ItemCreated or Bound? If so could someone elaborate.

Also, would it be possible to perform this in a stored procedure? If so
could someone elaborate.

- Harry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top