Hi,
I'm working on implementing a scheduler/clock in&out system.
I'm binding client side through web services to a scheduler grouped by Users (so I have multiple columns one for each employee and in those columns I'm displaying their clock in and outs).
I want to implement a filter so you can view 1,2,3,4 etc users at a time instead of all of them. I have a multi-select combobox above the scheduler which I grab the values from client side then do a client side rebind and capture the OnClientAppointmentsPopulating event then override the SchedulerInfo class to pass an extra parameter (the users which I want to view) and then store that in the session and access it in the controller.
This is all working fine and when I do the filter I can see that only the data for the particular users is returned and the appointments for the other users disappear from the calendar BUT the columns for each user (resource) are still there just empty with no appointments since I filtered those out. Is it possible to hide those empty columns as well so those users do not show? Is this possible client side? Not even sure I think I may be asking for too much...
I attached a picture to clarify what I'm looking for...each user has their own column...I want to be able to filter the data (got this part working) and only show 1-2 columns at a time (not working after I get filtered data all columns stay just appointments disappear)
I'm working on implementing a scheduler/clock in&out system.
I'm binding client side through web services to a scheduler grouped by Users (so I have multiple columns one for each employee and in those columns I'm displaying their clock in and outs).
I want to implement a filter so you can view 1,2,3,4 etc users at a time instead of all of them. I have a multi-select combobox above the scheduler which I grab the values from client side then do a client side rebind and capture the OnClientAppointmentsPopulating event then override the SchedulerInfo class to pass an extra parameter (the users which I want to view) and then store that in the session and access it in the controller.
This is all working fine and when I do the filter I can see that only the data for the particular users is returned and the appointments for the other users disappear from the calendar BUT the columns for each user (resource) are still there just empty with no appointments since I filtered those out. Is it possible to hide those empty columns as well so those users do not show? Is this possible client side? Not even sure I think I may be asking for too much...
I attached a picture to clarify what I'm looking for...each user has their own column...I want to be able to filter the data (got this part working) and only show 1-2 columns at a time (not working after I get filtered data all columns stay just appointments disappear)