Telerik Forums
Community Forums Forum
3 answers
232 views
The RadTreeList has the ability to Toggle the outer borders on off via property...seems to just append a noborder CSS class.

Can we get this simple property across multiple controls?  Quick and easy way to make a skin feel more at home on the page...

Steve
Sebastian
Telerik team
 answered on 10 Dec 2010
1 answer
140 views
I know you can toggle to show fullscreen but silverlight can KEEP it fullscreen when the browser loses focus (the MS PDC 2010 videos I know did this).

I'm trying to watch this one and work at the same time...but the VS font on the dudes screen is just too tiny...
Joshua Holt
Top achievements
Rank 2
 answered on 08 Dec 2010
0 answers
110 views
Have a look at this clip

Happens all the time to me

I also sometimes get lag between clicking the initial large play icon in the middle and actually starting to play the video...
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 asked on 07 Dec 2010
1 answer
111 views
(See attached)

Maybe put an asterisk somewhere to denote WebUI needs activation

OR

Remove the restrictions on WebUI Developer Edition


(I like option 2)
Donna
Telerik team
 answered on 02 Dec 2010
1 answer
118 views
http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/clientsideevents/defaultcs.aspx in this link ondateselected event is firing for empty text in datepiker
but in my code it is working only for some value not for emptyness....plz help me



function OnDateSelected(sender, e) {

 

if (e.get_newDate() == null) {

 

document.getElementById('<%=fvDemographics.FindControl("radtxtAgeYears").ClientID%>').value = 0;

document.getElementById('<%=fvDemographics.FindControl("radtxtAgeMonths").ClientID%>').value = 0; }

 else {

 alert(e.get_newDate());

}

}





 

 

 

<telerik:RadDatePicker TabIndex="15" Width="45%" ID="radtxtDOB" CausesValidation="false"

 

 

 

 

 

 

 

 

DbSelectedDate='<%# Bind("DobString") %>' runat="server" MinDate="01/01/1900"

 

 

 

 

 

 

 

 

DateInput-DateFormat="MM/dd/yyyy">

 

 

 

 

 

 

 

 

<ClientEvents OnDateSelected="OnDateSelected">

 

 

 

 

 

 

 

 

</ClientEvents>

 


</telerik:RadDatePicker>
Daniel
Telerik team
 answered on 01 Dec 2010
2 answers
171 views
Videos are playing (thanks :)

But the main page still has a silverlight banner which doesn't render on the iPad (thanks apple...)

Also, will we be getting comments at all on these?

Steve
Joshua Holt
Top achievements
Rank 2
 answered on 29 Nov 2010
2 answers
68 views
Is anyone else having this problem?  Is it a newer version of Silverlight issue?  Thanks.
IT
Top achievements
Rank 2
 answered on 23 Nov 2010
1 answer
141 views
Hello Telerik Team,
    I have a RadGrid with RadComboBox as GridTemplateColumn.Its property autopostback is true.When working onselectedindexchanged property of RadComboBox, how can we avoid its postback ?

The code is like as follows.


<

 

telerik:GridTemplateColumn HeaderText="QTY" SortExpression="quantity" >

 

 

<ItemTemplate>

 

 

<label><%#Eval("quantity")%></label></ItemTemplate>

 

 

<EditItemTemplate>

 

 

<telerik:RadNumericTextBox ID="rntUQuantity" runat="server" NumberFormat-KeepNotRoundedValue="true"

 

 

Width="65%" Value='<%#Convert.ToDouble(Eval("UQuantity")) %>'>

 

 

<NumberFormat GroupSeparator="," DecimalDigits="3"></NumberFormat>

 

 

</telerik:RadNumericTextBox>

 

 

<telerik:RadComboBox ID="rUM" DataTextField="UM" DataValueField="UMID"

 

 

runat="server" AutoPostBack="true"

 

 

Width="35%" DataSource='<%#UOM%>'

 

 

onselectedindexchanged="rUM_SelectedIndexChanged">

 

 

</telerik:RadComboBox>

 

 

<asp:HiddenField ID="hdUOM" Value='<%#Eval("UMID")%>' runat="server" />

 

 

</EditItemTemplate>

 

 

<HeaderStyle Width="13%" Wrap="false" HorizontalAlign="Right" />

 

 

<ItemStyle Width="13%" Wrap="false" HorizontalAlign="Right" />

 

 

</telerik:GridTemplateColumn>

 


Waiting for the reply
        
Pavlina
Telerik team
 answered on 23 Nov 2010
1 answer
144 views
i have two radgrids(asp.net) and my requiremnet is on selection of pagination and changing page size on grid one, the second grid should respond..


here is my code
it is working with secon grid but not with first grid....plz help me out

 

 

protected void radgv1_PageIndexChanged(object source, GridPageChangedEventArgs e)

 

{

 

 

try

 

{

Session[

 

"First"] = radgv1.CurrentPageIndex;

 

 

 

if (Session["Second"] != null)

 

{

Session.Remove(

 

"Second");

 

radgv1.CurrentPageIndex = e.NewPageIndex;

radgv1.Rebind();

}

 

 

else

 

{

radgv2_PageIndexChanged(source, e);

}

}

 

 

catch (Exception ex)

 

{

}

}

 

 

protected void radgv2_PageIndexChanged(object source, GridPageChangedEventArgs e)

 

{

 

 

try

 

{

Session[

 

"Second"] = radgv2.CurrentPageIndex;

 

 

 

if (Session["First"] != null)

 

{

Session.Remove(

 

"First");

 

radgv2.CurrentPageIndex = e.NewPageIndex;

radgv2.Rebind();

}

 

 

else

 

{

radgv1_PageIndexChanged(source, e);

}

}

 

 

catch (Exception ex)

 

{

}

}

Tsvetina
Telerik team
 answered on 18 Nov 2010
1 answer
195 views
on my form i have some text boxes and their required field validators
my problem is:
for the first time on tab out with out entering any value in the text box the event is not firing(required field validator)
but whent i entered some text and then deleting the text in the text box and then when i tab out then it is firing(required field validator)
 .....
what might be the problem for this...
plz help me in this regard...
Prangadj
Top achievements
Rank 1
 answered on 16 Nov 2010
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?