Hi, i was wondering if there is a way for me to create the double click event server side. for example:
so how will i do this for the radScheduler?
if i were to create the double click event server side for the radDataGrid then i would use the following code:
GridDataItem item = (GridDataItem)e.Item; |
item.Attributes.Add("OnDblClick", "return WindowOpen();"); |
so how will i do this for the radScheduler?