This is a migrated thread and some comments may be shown as answers.

Grid or Scheduler?

3 Answers 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
M
Top achievements
Rank 1
M asked on 17 Feb 2014, 10:25 AM
Hi

I'm trying to create a Department Planner.

I need time in 15 mins interval for 24 hours horizontally on the header and employees name vertically. I need to be able to select the time interval for each employees. Also, I need to group employees based on their job profile. I also need a few footers to calculate totals.

For example

                                        6:00                   7:00                   8:00                9:00            10:00 .............................n                                                            Total hrs worked
                                  15   30   45       15   30   45       15  30   45     15   30  45    15   30  45

Group A - Emp1      highlight back color if working and if double clicked on a particular 15 mins interval then change the colour                                Group A - Emp2                                     
Group A - Emp3
     :
Group A -Footer total...

Group B - Emp1
Group B - Emp2
    :
Group B - Footer total


What' s the best control that I can use to achieve the above scenario.

Any suggestions would be appreciated.

Thanks

3 Answers, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 20 Feb 2014, 08:15 AM
Hello,

For achieving the desired structure and functionality you should use RadGrid. 

By using RadGrid, you could easily created the desired column structure with our multi-column headers functionality. Furthermore, RadGrid provides built-in grouping functionality that will allow you to group by the data field holding the employees job title for an example.

Please note that you should bind the grid to a data source that holds all the necessary fields, so the grid could populate itself correctly. Otherwise, you will have to customize and populate the grid manually in the code-behind.


Regards,
Konstantin Dikov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
0
M
Top achievements
Rank 1
answered on 22 Feb 2014, 04:13 PM
Thanks. Is there a way to fix first and last column and get a scroll bar just for the columns in the middle and static header and footer at the same time?

0
Konstantin Dikov
Telerik team
answered on 26 Feb 2014, 09:49 AM
Hello,

You could use the frozen column functionality that could allow you to fix a number of columns at the beginning of the columns collection. Please note that you will not be able to fix the last column, but only the first column(s).

Detailed information and online demo are available at the following links:

Hope that helps.


Regards,
Konstantin Dikov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
M
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
M
Top achievements
Rank 1
Share this question
or