Hello,
I have a RadGridview and a RadScheduler on the same page. Can I drag a row from the gridview to the scheduler and have it added? I think I read that drag/drop is not available yet but someone posted code for a workaround. Could something be done for this to work? I'm wondering if I could select a row in the gridview and have the row number or a key field data in a sesion variable and then have some event on the scheduler I could just move it by code myself. Or even if drag/drop was not supported can I still get an event fired for the scheduler to know when I was trying to drop on it and know the time so I could manually do it?
Thanks,
Warren