Search

You searched for the word(s): userid:699902

Matching Posts

  • Re: GridView - trouble with double header row

    Thanks, I've already found this article, but it doesn't help me. The main problem is how to render dynamic number of columns (the exact number is known only from the data source) so that they are editable, sortable, etc AND have multiple headers for these columns. This article only deals with the latter problem. I can solve the first problem too, but I don't see how can I deal with both of them at the same time. The suggestion to use two tables one for the header and one for the content might do
    Posted to Data Presentation Controls (Forum) by gabzsa on 1/1/2007
  • Re: GridView - trouble with double header row

    Thanks for the reply. Unfortunately, the RowIndex is not the root of the problem, as I could verify that both DataItemIndex and Rowindex gets incremented in for each non-header row, starting from 0.
    Posted to Data Presentation Controls (Forum) by gabzsa on 12/30/2006
  • GridView - trouble with double header row

    Hi everyone! I am trying to make a table with a header something like this: +---------------------------+ | | | Day | | Task | Name |-------------| | | |0|1|2|3|4|5|6| +------+------+-+-+-+-+-+-+-+ | | | | | | | | | | I am trying to do it with GridView, because I need to be able to edit these lines, etc. After several hours I figured out how to add a new header row into the GridView, and set the Task and Name column's cell rowspan to achieve the above results. Inserting a new header row, and adding
    Posted to Data Presentation Controls (Forum) by gabzsa on 12/29/2006
Page 1 of 1 (3 items)