Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
99 views
hi

which find control for example, DataForm or etc, in RadListView1_ItemEditing



i try below code,but give error.







  protected void RadListView1_ItemEditing(object sender, RadListViewCommandEventArgs e)

    {

RadListViewEditableItem editedItem = (RadListViewEditableItem)e.ListViewItem;



 RadTextBox txtSubject =(RadTextBox)editedItem.FindControl("txtSubject");



txtSubject .Text="hi";



}

please help me.

thanks
Pavlina
Telerik team
 answered on 12 Nov 2014
3 answers
175 views
I am using radeditor in my project.I have created some custom tags which I insert in text area
Bellow is demo html code of this tags with text.

this is demo<var is-end="false" conditionid="439726" conditionfield="FELT001" conditionlabel="new co" title="Start of condition: new co" style="display: inline-block; width: 16px; height: 16px; margin-right: 3px; background-image: url('http://localhost/dialogportal.com/images/icons/condition-begin.gif'); background-repeat: no-repeat;" contenteditable="false"></var> text <var is-end="false" conditionid="439726" conditionfield="FELT001" conditionlabel="new co" title="Start of condition: new co" style="display: inline-block; width: 16px; height: 16px; margin-right: 3px; background-image: url('http://localhost/dialogportal.com/images/icons/condition-begin.gif'); background-repeat: no-repeat;" contenteditable="false"></var>again this will have conditions<var is-end="true" conditionid="439726" title="End of condition: new co" style="display: inline-block; width: 16px; height: 16px; margin-left: 3px; background-image: url('http://localhost/dialogportal.com/images/icons/condition-end.gif'); background-repeat: no-repeat;" contenteditable="false"></var><var is-end="true" conditionid="439726" title="End of condition: new co" style="display: inline-block; width: 16px; height: 16px; margin-left: 3px; background-image: url('http://localhost/dialogportal.com/images/icons/condition-end.gif'); background-repeat: no-repeat;" contenteditable="false"></var>&nbsp;which we have to test


It looks like something like attached image

Here we can see two VAR tags together. Problem occurs with them in chrome & safari.
nor using right & left arrows I can not go through this var tags neither using back space & delete works with this.

This problem occurs only in chrome & safari & not in firefox & IE.
Ianko
Telerik team
 answered on 12 Nov 2014
1 answer
101 views
I am using radeditor in my project.
I want the text which is immediate after the cursor position or immediate before the cursor position.
Ianko
Telerik team
 answered on 12 Nov 2014
1 answer
111 views
hi

which find control for example, DropDownList or ....
, in RadListView1_ItemEditing



i try below code,but give error.







  protected void RadListView1_ItemEditing(object sender, RadListViewCommandEventArgs e)

    {

RadListViewEditableItem editedItem = (RadListViewEditableItem)e.ListViewItem;



 RadTextBox txtSubject =(RadTextBox)editedItem.FindControl("txtSubject");



txtSubject .Text="hi";



}

please help me.

thanks
Pavlina
Telerik team
 answered on 12 Nov 2014
2 answers
104 views
I want to set the default values in the crop dialog to be the width and height of the image itself, how can I specify this?

TIA
Mark H
Top achievements
Rank 1
 answered on 12 Nov 2014
1 answer
276 views
I have applied filter on data, but when I change selecteddate from scheduler calendar control, it looses filtered data. Also I didn't have any event which is called on change selecteddate to rebind filtered data.
Nencho
Telerik team
 answered on 12 Nov 2014
1 answer
122 views
When clicking in the Timesheet input panel, if you click in an editable
field, change a value, then click in another field, if there is another window
open on the same screen but behind the browser window (i.e, the browser is not
the only window on the screen) when you click on the second field, the browser
jumps to the back of the window stack, meaning that the other windows come to
the front.
If these other widnwos are maximised, the whole browser window
disappears.
This appears to occur in IE9. I have not seen this occur in IE11 or IE8 so
far but it does seem to be a little intermittent.

We are using Telerik 2013  version Q3
Hemal
Top achievements
Rank 1
 answered on 12 Nov 2014
2 answers
119 views
The demo for custom filters is not available, link is no good.  Is there a link I can use to see the custom filter demos?

http://demos.telerik.com/aspnet-ajax/errorpageresrources.aspx?aspxerrorpath=/aspnet-ajax/filter/examples/customeditors/defaultcs.aspx
Viktor Tachev
Telerik team
 answered on 12 Nov 2014
7 answers
183 views
Hi

I have a registration form split into sub sections, one section to a panel.
Can you suggest a way to ensure that the section in each panel is validated 
when the next one is clicked, so the visitor can't move on if it that section
is not valid?

Thanks for ideas on this!

Clive
Plamen
Telerik team
 answered on 12 Nov 2014
1 answer
188 views
I have radtabstrip created in master page.

<div style="position:relative;left:10px; top:10px;z-index:10000">
      <telerik:RadTabStrip ID="RadTabStrip1" runat="server" OnClientTabSelected="OnClientTabSelected">
            <Tabs>
                <telerik:RadTab ID="tab1" PageViewID="Page1"  runat="server" Text="Inbasket" NavigateUrl="NewInbasket.aspx">
                </telerik:RadTab>
                <telerik:RadTab ID="tab2" PageViewID="Page2" runat="server" Text="Notification" NavigateUrl="Notification.aspx">
                </telerik:RadTab>
            </Tabs>
        </telerik:RadTabStrip > 
     </div>

On content page "NewInbasket.aspx" I am able to access "RadTabStrip1" 

var radtabstrip = document.getElementById('<%= Page.Master.FindControl("RadTabStrip1").ClientID %>');  

but not able to access RadTab "tab1" and "tab2" on content page "NewInbasket.aspx".

Nencho
Telerik team
 answered on 12 Nov 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?