Search results

  1. jdink22

    summing a column in a child datatable

    i have a datagrid that displays two levels of information based on a relationship. The first level is simply dates, which link to the second level which is tasks associtated with that date. I want to also include a "total hours" column in the first level/parent datatable. What would be the...
  2. jdink22

    Limit Dates picked in date/time picker

    Is there a way to limit the dates a user can select from a date/time picker? Or is there a good way to populate a dropdown list of dates they can pick from? The background is that I am constructing a timesheet of sorts and want them to only be able to pick from the 1st or 16th of every month...
  3. jdink22

    Datagrid Reset

    i have a datagrid that i am populating with two tables, one of which comes from a sql table, the other is programmatically generated. the first table is just populated with dates, according to the value the user selects in a date/time picker. so the date table is populated and then related to a...
Back
Top