问题描述
我希望动态列和动态标题显示在
GRID VIEW中。该应用程序是一种TimeSheet进入每周
小时一个月。
1.首先我要显示基于列的列
月份的周数。例如7月有5个星期,因此购物柱的总数为5
(或者如果一个月有4个星期,那么可能有4个列)
2我希望在一周的最后一天显示标题(例如,第一周
7月7日的7美元b),然后标题应显示7月周末
7月7日。
3.每个栏目的页脚将在一个星期内显示总计
一个月。
如果你们中的任何人能为我提供指针/代码,我将不胜感激。
谢谢
I want to disply dynamic Columns and Dynamic Header to that column in
a GRID VIEW. The application is kind of TimeSheet for entering weekly
hrs for a month.
1. First of all I want to disply Column based on number of weeks in a
MONTH. e.g. July have 5 weeks so total number of Columns shopuld be 5
(or if a month has 4 weeks then disply 4 columns)
2. I want to disply header as the last day of the week (e.g. 1st week
of July ends on 7th July) then header should display "July weekending
7 JUL."
3. A footer for every column that will disply total for a given week
of a month.
I will appreciate if any one of you can provide me Pointers/Code.
Thanks
推荐答案
这篇关于Gridview动态地用于Timesheet应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!