Subcategory row

  • Thread starter Thread starter ivan.svaljek
  • Start date Start date
I

ivan.svaljek

Is it possible to add a custom subcategory row to datagrid's output,
like this:

-----header---------
--subcategory1--
data,data,data
data,data,data
--subcategory2--
data,data,data
data,data,data
data,data,data
--subcategory3--
data..
 
hmm, not very easily.

The tablular nature of the Datagrid doenst lend itself to those types of
layouts. Im not saying its not possible but you'd have to create a new
control that inheirts from the Datagridd and a new TemplateItem.

Can you use a Repeater?

Repeaters are great for such a layout. It give you the control you need to
add that subcat.


HTH,
Tony
 

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

Back
Top