Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
152 views
Is there are way to allow the user to "copy" their screen (using PrtScrn button), and then "paste" the image into the dialog box? There would probably need to be a Java or ActiveX control to grab the image buffer from the client machine.

Thanks,
Jay
Rumen
Telerik team
 answered on 13 Jan 2009
7 answers
120 views
I keep getting the following error when adding the RadDatePicker control:

Expected ':'


 

<tr>

 

 

<td style="width: 20px"><asp:Label ID="lbl_fromDate" runat="server" Text="From: "></asp:Label></td>

 

 

<td>

 

 

<telerik:RadDatePicker ID="RadDatePicker1" runat="server" />

 

 

</td>

 

 

</tr>

 

Dimo
Telerik team
 answered on 13 Jan 2009
4 answers
317 views
Hello,

On the client: RadTimePicker.get_selectedDate:

The inner value being evaluated is a string, not a date for some reason, and this is causing me many problems.  Any reason why that may be?  It errors when it's formatting the date; the code calls getFullYear(), but this throws an exception because it's a string.

Thanks.
Brian Mains
Top achievements
Rank 1
 answered on 13 Jan 2009
1 answer
131 views
Hello,

I'm using the RadGrid and the columns aren't aligned with the header for a grid that's using client-side scrolling and a frozen header... do I have to setup widths for each column so they are aligned?  If so, how is that done in Telerik?  Seems odd that I'd have to programmably set the widths fo the columns; maybe this is a bug?

Thanks.
Brian Mains
Top achievements
Rank 1
 answered on 13 Jan 2009
4 answers
253 views
Telerik ASP.NET AJAX:  Grid v2008.3.1125.35, ASP.NET 3.5

I am trying to implement a grid with autogenerated columns, Filters, Sorting, StaticHeaders, Scrolling, and has one of level Grouping.  If I implement the grid in this way my Headers and Items get clipped like this "Final..."  If I remove the only the Grouping OR only the StaticHeaders then the data is not clipped.  But then I lose the functionality I need.  I have tried setting the Header and Item Wraps, setting different widths for the grid, and using <nobr> tags around the data, but nothing fixes the issue with the clipping.  What can I do to get rid of this clipping?
Adam L. Ooten
Top achievements
Rank 2
 answered on 13 Jan 2009
2 answers
114 views
I am using a Telik Treeview and using NavigateUrl I am able to navigate to another page using the mouse click. I can move from  one node to another using arrows from the keyboard, but I would like to navigate to another page by using Enter or something else.
Is it possible?

Thanks.

George
George
Top achievements
Rank 1
 answered on 13 Jan 2009
2 answers
79 views


Hello

Telerik Rad Control really very nice good tools to use in build web sites
my question is : if i used the trial version from the Rad Control in design my web site does that will
make bad effect on my web site when i run it, i want to know if it will work on the right way that i want or it will not work ??
Zainab
Top achievements
Rank 1
 answered on 13 Jan 2009
1 answer
166 views
Does anyone know if I can get direct access to the HTML cleanup code that is used in the editor. I need to take a small portion of text blocks for a preview mode; but those blocks sometime have HTML in them and I don't have time to parse the HTML to find a safe spot to chop it. I've noticed that the editor always cleans up open or partial tags but I'm much rather do this server side or worse case do it directly in javascript instead of needed to create an editor just for this purpose.

Thanks,
Stephen
Rumen
Telerik team
 answered on 13 Jan 2009
2 answers
148 views
Hi,

We use Telerik for most of our UI-components and we are very happy with Telerik so far.

You guys have developed a quite extensive javascript-lib that we would like to use as much as possible in our application.
For example, we would like to always have access to $telerik.getClientBounds();

How do we "register" the Telerik components so we can access functions in Core.js for instance.
This without using any of the UI components, only the javascript functions in Core.js.
We don't want to manually copy Core.js etc to our project, is there another way to achive this?

Regards
Dimo
Telerik team
 answered on 13 Jan 2009
2 answers
155 views
With the definition below, if the user types 'M' only MRC0102 is displayed. I would expect to see all the Ms displayed and the first one auto selected. (EnableTextSelection is true). The filtering works as expected if I set MarksFirstmatch to false.

<telerik:RadComboBox ID="RadComboBoxStation" runat="server" AutoPostBack="True"
OnSelectedIndexChanged="RadComboBoxStation_SelectedIndexChanged"
CausesValidation="False" MaxLength="20" Filter="StartsWith" MarkFirstMatch="True">
        <Items>
            <telerik:RadComboBoxItem runat="server" Text="Select ..." Value="-1" />
            <telerik:RadComboBoxItem runat="server" Text="ADD new Station" Value="0" />
            <telerik:RadComboBoxItem runat="server" Text="MRC0102 Graves Creek" Value="102" />
            <telerik:RadComboBoxItem runat="server" Text="MRC0106 Pass Creek" Value="106" />
            <telerik:RadComboBoxItem runat="server" Text="MRW17 Roaring Fork" Value="17" />
        </Items>
        <CollapseAnimation Duration="200" Type="OutQuint" />
    </telerik:RadComboBox>

Thanks for any clarification.
Marcel
Top achievements
Rank 1
 answered on 13 Jan 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?