Telerik Forums
Community Forums Forum
1 answer
90 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
85 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
130 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
45 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
109 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
111 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
116 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
0 answers
100 views
We are looking for a freelance Silverlight developer to assist a small team with the UI design and workflow for a business application:

Experience in the following:
RadControls for Silverlight
Silverlight 4
Prism 2.2
Csla 4 an advantage

Please contact peran.borkett@stptrade.com for more information.




Peran
Top achievements
Rank 1
 asked on 15 Nov 2010
4 answers
135 views
hi,
when i select a row on radgrid which is splitted into more than one line it is showing only the first line as selected(with different color)
how to select all the lines on radgrid row?
srikanth
Top achievements
Rank 1
 answered on 15 Nov 2010
1 answer
111 views
Hello All,
    I would like to use a reporting tool that supports Visual Studio-2008, 2010(WPF). We are in the process of updating our application from older to latest version which involves changin platforms too (java to .net).

a. Which version of the reporting would suit the best? Conditions are as follows:-

  1. Moving from one platform to other(Migration), on doing this the new application is in the .net platform, this should work exactly like the older application. This application would have the new graph tool.
  2. Now the latest migrated application from java to .net is further moved to latest technology of WPF and WCF.
  3. The reporting tool should support both windows and web application.
  4. Does RadControls only support WPF or is it additionally needed to be purchased for WPF apart from the original reporting tool package.
  • b. Can RadControl supports windows, web in 2008 and silverlight and WCF?


    Regards,
    Saravanan.R
  • Steve
    Telerik team
     answered on 12 Nov 2010
    Narrow your results
    Selected tags
    Tags
    +? more
    Top users last month
    Jay
    Top achievements
    Rank 3
    Iron
    Iron
    Iron
    Benjamin
    Top achievements
    Rank 3
    Bronze
    Iron
    Veteran
    Radek
    Top achievements
    Rank 2
    Iron
    Iron
    Iron
    Bohdan
    Top achievements
    Rank 2
    Iron
    Iron
    Richard
    Top achievements
    Rank 4
    Bronze
    Bronze
    Iron
    Want to show your ninja superpower to fellow developers?
    Top users last month
    Jay
    Top achievements
    Rank 3
    Iron
    Iron
    Iron
    Benjamin
    Top achievements
    Rank 3
    Bronze
    Iron
    Veteran
    Radek
    Top achievements
    Rank 2
    Iron
    Iron
    Iron
    Bohdan
    Top achievements
    Rank 2
    Iron
    Iron
    Richard
    Top achievements
    Rank 4
    Bronze
    Bronze
    Iron
    Want to show your ninja superpower to fellow developers?
    Want to show your ninja superpower to fellow developers?