Q1: Is it possible to create a RadWindow from scratch client-side? That is to say, is there a client-side constructor that I can invoke?
Q2: If I've closed a window with DestroyOnClose = true, is it possible to gain access to the settings used in the mark-up to reconfigure the window if I need to reopen it?
When i click on column header of the radcalendar it selects all the days of week for that month, ie. When i click on 'W' then it selects all the Wednesdays for that month. But what i want is when i click on 'W' then it should select all the Wednesdays for an entire date range (range i have set using rangemindate and rangemaxdate span across 10 months) after asking a confirmation. Can you please advice on how to do it.
Hi, I hav 20000 data in database ,and i am fatching throw dataset ,i want to strore all 20000 data in a list ,and from list i want to show 1000 rows in rad grid by clientside only so no post back happen when i will go to next page ,i saw telerik exaple but these are not working can you please help me?
1. LoadOnDemand items from a sharepoint list LISTDATA.svc
2. We use the combox to filter the items on demand.
We then add the selected item to a listbox and wan't to let the user add another item .
Goal is that de combox selection is cleared after the item was added to the listbox.
Everything is client side using Javascript.
When I call the
combobox.ClearSelection() it gives me a method not defined error and the same goes for al other methods. However when I debug i do see that the combobox has all the items and properties that I would otherwise expect.
Lots of stuff about the move to skins assembley which is fine..
Just one minnor point WHICH BREAKS EVEYTHING.. the skins aseembley is MISSING from the update process!!!!
Nill.. zip.. none to be had..
If one looks in C:\Program Files\Telerik\RadControls for ASP.NET AJAX Q3 2010\Bin40 where the update is processed to..
One will see that there is no skins dll..
The only way I can see to fix is to do a manual downlaod of the binaries ( another 32 Megs ) and extract the missing dll file..
NOTE this is a runtime thing so will simply break all pages with anything other than default skin, I suspect..
No warnings, nothing!!
I would attach the missing file, to this thread.. but of course that is not possible either..
I have a radtreelist inside RadTreeview nodes.How to get these RadTreelist at clientside ? I mean iterate each treeview node using javascript and take Treelist control from RadTreeview? (client side)