Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
121 views
Hi all, I have created a custom skin for the color picker but when I run it I get the following problem

Telerik.Web.UI.RadSlider with ID='ctl07' was unable to find embedded skin with name 'Contentys'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.

I have set EnableEmbeddedSkins=false.  but it is obviously refering to the slider which is in the color picker.

I have also created a custom skin for the slider so how do access the slider control inside the color picker control to tell it to use the custom skin
Paul Taylor
Top achievements
Rank 1
 answered on 24 Aug 2009
5 answers
271 views
In this post http://www.telerik.com/community/forums/thread/b311D-ccdge.aspx made about 18 months ago I described how a callback was causing an object to lose its embedded CSS properties.  Finally coming back to this issue, I find that the new Ajax Prometheus causes the exact same behaviour.

The object is a 3rd party control, Datawindow.NET made by Sybase.  It's a sophisticated grid-like control made for displaying and updating data.  I set up a simple example with two controls - a dropdownlist and a webdatawindow.  Choosing an item from the dropdown causes the datawindow (dw) to refresh.  Upon page load, the dw retrieves data for the first item and displays properly.  I've set up AjaxManager thusly:

        <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" Style="z-index: 101;  
            left: 0px; position: absolute; top: 0px"><AjaxSettings>  
                <telerik:AjaxSetting AjaxControlID="ddl_products">  
                    <UpdatedControls> 
                        <telerik:AjaxUpdatedControl ControlID="dw_1" LoadingPanelID="RadAjaxLoadingPanel1" /> 
                    </UpdatedControls> 
                </telerik:AjaxSetting> 
</AjaxSettings> 
</telerik:RadAjaxManager> 

Changing the dropdown item results in an Ajax call but the resulting dw is devoid of any formatting.  I did a View Source on the HTML produced and the initially loaded page and a page which has lost formatting are exactly the same.
Kannan Karmegam
Top achievements
Rank 1
 answered on 24 Aug 2009
1 answer
67 views
I have a project that I have been developing for a while and it has a rotator at the top that scrolls user profiles from left to right at the top of the page.

I dont understand why about 2 months ago it started working wrong and since then I have never been able to correct the problem. it used to slide a a regular speed from and scroll but now it stops at every frame but bfore it stops at a frame it even seem like it is slowin down the speed at which it scrolls to slowly come to a stop for a fraction of a second and then it looks like it bounces back to life to just slowdown again to stop and make a breif paus for the next frame......

there are maybe 10 frames in view at any time from a collection of maybe 100 and they scroll from one side to the other.

So I went to your demo page and even there I cannot make the rotator scroll the images without stoping or varying the speed at the begining of each frame

at this demo page http://demos.telerik.com/aspnet-ajax/rotator/examples/default/defaultcs.aspx
even if I set the ScrollDuration to 3000 and the FrameDuration to 0 it still doe not scroll evenly like it used to before

whats up with that?
Fiko
Telerik team
 answered on 24 Aug 2009
3 answers
117 views
So you guys have this great MOSS editor as a custom field type--aside from the xhtml issues with sharepoint--and embedded in it is a pretty cool image manager.
Why not do a few tweaks and make that image manager available also as an alternative to the WSS picture field.
The OOTB WSS hyperlink/picture field is crap when it comes to giving the end user a way to get an image associated with their list item.

If there already is something out there please let me know. If not maybe you could put this on the wish list and let me know when it's available??

Thanks,
Georgi Tunev
Telerik team
 answered on 24 Aug 2009
2 answers
166 views
Dears,
I have a problem in the RadAlert, the scenario is that i have radAlert which must be modal over all my page and master page controls, but it is appeared behind the masterPage radMenu control.
i tried the z-Index but it is not worked.
Any help will be appreciated,

Regards,
Georgi Tunev
Telerik team
 answered on 24 Aug 2009
1 answer
66 views
Hi,

I have multiple RadEditors in the CMS of a webshop, with which it is possible to change different texts on the webshop. I added the tools for changing the fore- and backcolour of the text. This works as expected, except when you want to remove the colouring (and go back to the default colour, as specified in the css file). The colour controls have an "empty" colour in their top left, which shows as black on white in the two bars below the colourpicker. But somehow the text itself does not change colour. This problem also exists in the demo.

Any help is appreciated.
Rumen
Telerik team
 answered on 24 Aug 2009
1 answer
404 views
I am trying to use a RadDateTimePicker to have the user select a date and time (from within an asp .net ajax reorderlist insert template) and then in VB .NET get the date and time from the control (on the update) to store in a MS SQL database datetime field. Is this even possible from within an asp .net ajax reorderlist? Any help would be greatly appreciated!

Thanks,
Adam
Shinu
Top achievements
Rank 2
 answered on 24 Aug 2009
3 answers
118 views
In transcription systems there are often features that let people type faster. Example

"cp " then is passed to a dictionary and then it is replaced with "Chest pain"

typically the spacebar is the trigger to run the lookup in the text area. (kinda like vs) but the thing to consider is that most of the time the words and then spacebar wont result in anything like "hello " is just hello.

a more complex example is

"nv "
is replaced with an entire block of text

"Normal visit for the patient who was in for a common checkup."

Can telerik editors do this, do you have any pointers for me on the client side events to try and hook on to? Any help would be great.

Next there are is another weird function which might be weird for web

We typically let end users customize some key handles like

alt+p
will insert the patient name

so it is similar to the first example but hijacks some keys like alt and ctrl

Thanks for the help ahead of time


Rumen
Telerik team
 answered on 24 Aug 2009
3 answers
168 views
Hello,

I have the ImageEditor all working now but only thing I need now is to use the custom "ImageEditor.ascx" I made. The way I got it working in a test project is like this.

imageEditor.Parameters["ExternalDialogsPath"] = "~/CustomDialogs/"

This is a way that will not work for me.., As I save all the files as a byte array in the database. So I hope its possible in a sort of way like this.

imageEditor.Parameters["ExternalDialogPath"] = "app_files/CustomDialogs/ImageEditor.ascx"

Thanks in advance,
Jeroen Speldekamp
Suneco
Top achievements
Rank 2
 answered on 24 Aug 2009
8 answers
466 views
After looking and looking at posts, either this is very easy or it's very difficult.  Regardless, just wanted to see if anyone has a solution.

I have a hiearchical radgrid with 4 detail table levels.  The functionality works great.  Does everything I want it to.  My one problem that is holding me back is the exporting.  I am basically looking at exporting whatever is expanded at the time the export button is clicked.  I know that the command line RadGrid.MasterTableView.ExportToExcel() will just export the master table.  I tried the .HierarchyDefaultExpanded = true but that expands every row and I only want the rows expanded by the user.

This demo is similar to what I have.

I tried looping through each row in the mastertableview to capture if it is expanded, but then I can't figure out a way to go through and expand those rows before it exports.  If I can figure out this, then it should be fairly easy to go through each detail table to do the same.

Any input is appreciated.  If you need me to be more specific, let me know.

Zach
Yuvraj
Top achievements
Rank 1
 answered on 24 Aug 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?