Ask a Question related to ASP.NET General, Design and Development.
-
Roger Moore #1
DataGrid: how to have a footer row dynamically sum data
I have a DataGrid that needs to dynamically sum data for each column of data
into the footer. The number of rows will differ for each person based on the
projects they are working on at the time - this is a timesheet application.
So I need to assign a JavaScript function for each textbox as it is created,
which should not be a big issue. The question is, how do I have the
JavaScript function know which column to sum. So here is a visual:
---
txtCol1Row1 txtCol2Row1
txtCol1Row2 txtCol2Row2
txtFooterCol1 txtFooterCol2
---
How would I dynamically get a JavaScript function assigned to txtCol1Row1
and txtCol1Row2 to enter the sum of those two textboxes when the onblur
event is triggered?
Thank you,
Roger
Roger Moore Guest
-
How to create a dynamically updated date in, say, a footer
My company uses controlled documents with varying rules, such as "only valid for two weeks after printing" (the on-line network copy being the... -
getting the data for dynamically for Datagrid
hi , i am displaying the datagrdig (dg) headers dynamically.. now i just want to know how to display the data from a dataset to my datagrid.. ... -
how can I dynamically display the footer text of datagrid
I have a datagrid.which has 4 columns and last column is a radiobuttonlist. List has 4 options-A,B,C and D. Below that I have to display the no.of... -
Accessing data from Dynamically built Datagrid
I have a dynamically built datagrid control that I popluate with checkboxes using a similar approach to this article ... -
datagrid footer
I'd like to know how to add a text box in the datagrid footer at runtime. Thanks.



Reply With Quote

