Gridviews display
-
Hello I need an answer for my question. Imagine a html table. When you loop through the last column of the table that column needs to be display in a row alone immediately after the row that shows all the other information for that id is bind. It is possible to do this in a grid view If you need something else to clarify this let me know Thanks Javierarka
-
Hello I need an answer for my question. Imagine a html table. When you loop through the last column of the table that column needs to be display in a row alone immediately after the row that shows all the other information for that id is bind. It is possible to do this in a grid view If you need something else to clarify this let me know Thanks Javierarka
You need a totals row or something like that ? You need to either add it to yuor data source as a row, or put in a seperate grid to display it.
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
-
You need a totals row or something like that ? You need to either add it to yuor data source as a row, or put in a seperate grid to display it.
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
OR..... Add an item bind event handler to the grid, check for a footer row and then do your calculations and add to the footer row as labels :)
"Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox