How can I append hours and minutesget_selec开发者_高级运维tedDate? var date = picker.get_selectedDate() //append here
I have a Silverlight UserControl with a Telerik RadGridView control and a handful of button controls.The problem is that when I edit a cell in the grid view and then click any of the buttons the butto
I am using telerik controls in my c# asp.net project. I am trying to disable a div in a telerik navigation menu from the .cs file. For example:
In firebug under \"Style\" its showing the css file as follows when I hover mouse over RadEditor \"http://localhost/myWeb/WebResource.axd?d=WSPnt1ffDvgb4bj2Ii5nA4MecfZdsnZ0wvgLy3HVcihYTy2nMTq7iIu8RlA
I really like a certain Silverlight feature that I\'ve seen in a couple of sites.I would like to know what this \"concept(s)\" is/are so I can do more research and implemented it on my own.If you see
HI, I have a table with 3 columns Itemid(int),Itemname(string),ItemDesc(string).. Im trying to use a radpanelbar to display this informat开发者_开发百科ion, where the bar initially shows the item nam
I\'m having a wired problem with Radgrid.. Im using a Radgrid to display some results where the user can edit/update/delet开发者_JAVA技巧e them. I\'m using a single SQL Server 2000 table to fetch the
I am using teleriks gridview in an mvvm silverlight project. I am struggling to get the editing of a row working. If I double click a cell I am able to change the text of that row. I have a command fo
I\'m looking for an example on how to create a RadGrid NestedView template that loads the data when expanded.All the examples I see use a SqlDataSource, but I would prefer to avoid that since I\'m not
I am trying to format a column called \'Month\' using the 3-character month abbreviation in my data grid which is bound to a bar chart.My grid and chart are based on this demo example:http://demos.tel