I have implemented Kendo datePicker in .Net as well as Sharepoint 2010. THe Client Id generated in Sharepoint for KEndoDatePicker is like "#ctl00$m$g_3fdcb998_461b_4f78_b53f_aae237e7bc05$ctl00$KendoDatePicker1" in the HTML. But when I try to access this by using this.ClientId from server side, the ClientId does not have $ symbol. This is not the case with KendoGrid. PLease help me on this...