Hello,
I'm trying to buil a shceduler solution where one can choose a certain employee (row in timeline view) and when clicked the user would get redirected to AdvancedInsertTemplate where he/she could see a grid with a set of appointments for the day and could then add a comment.
I'm at a stage that I can get a RadGrid inside the AdvancedInsertTemplate and can view it if I hardcode the select command of the Sqldatasource to fill the grid. It happens that I need to pass the employeeID, StartDate and EndDate that is selected on the event of opening the AdvancedInsertTemplate. How can I get these properties and what event should I use.
I apreciate all the help.
Cheers.
I'm trying to buil a shceduler solution where one can choose a certain employee (row in timeline view) and when clicked the user would get redirected to AdvancedInsertTemplate where he/she could see a grid with a set of appointments for the day and could then add a comment.
I'm at a stage that I can get a RadGrid inside the AdvancedInsertTemplate and can view it if I hardcode the select command of the Sqldatasource to fill the grid. It happens that I need to pass the employeeID, StartDate and EndDate that is selected on the event of opening the AdvancedInsertTemplate. How can I get these properties and what event should I use.
I apreciate all the help.
Cheers.