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

Hi,

Can anybody tell how to clear the selected items in the rad combo box using the Java script.

Thanks & Regards,
Sushanth Mathew
Yana
Telerik team
 answered on 10 Jun 2009
2 answers
208 views
Hi,


Can any one tell me how to move the selected item of one Rad combo box to another combo box using java script.

For ex: i have two Rad combo box which populate the "Country Name". When i select any country in the first combo box, on the selection of the check box that selected item need to move to the second combo box selected item using the javascript.  

I  am able to get the value but unable to make that as the second combo box  selected one.

Thanks & Regards,
Sushanth Mathew.
Karthick Purushothaman
Top achievements
Rank 1
 answered on 10 Jun 2009
1 answer
77 views
In my FormTemplate I have a RadDateTimePicker that is validated using a RequiredFieldValidator. I use a custom Updatebutton to save the fields. The user is required to provide a date in the RadDateTimePicker. The validation does appear to work and the user gets an error message if they fail to provide a date. The problem is, is that the ItemCreated event on the server-side still gets fired when the user presses the Update button. Why is this happening? The grid shouldn't be performing any postbacks when a RequiredFieldValidator indicates that the user must provide input. The whole point of having the validation done on the client-side is to avoid a postback of any kind to the server. Here is the code in my FormTemplate:

<FormTemplate> 
    <table id="tableSessionDetails" cellpadding="5px" cellspacing="0" border="0" style="width: 100%;  
      margin-top: 10px; margin-left: 5px"> 
      <tr> 
        <td style="width: 120px">  
          <asp:Label ID="lblSessionDate" runat="server" Text="Session Date:" CssClass="RadGridDetailsLabel"></asp:Label> 
        </td> 
        <td> 
          <telerik:RadDateTimePicker ID="RadDateTimePickerSessionDate" runat="server" Skin="Sunset">  
          </telerik:RadDateTimePicker> 
            <asp:RequiredFieldValidator ID="RequiredFieldValidator1" ControlToValidate="RadDateTimePickerSessionDate" 
                ErrorMessage="This field is required" runat="server">  
            </asp:RequiredFieldValidator> 
        </td> 
      </tr> 
    </table> 
    <table cellpadding="0" cellspacing="0" border="0" style="margin: 10px; width: 100%">  
      <tr> 
        <td align="right" style="padding-right: 20px; padding-bottom: 10px">  
          <asp:ImageButton ID="imgUpdate" runat="server" ImageUrl="~/images/Update.gif" ToolTip="Update Record" 
            Style="padding-right: 5px" CommandName="Update" /> 
          <asp:ImageButton ID="imgCancel" runat="server" ImageUrl="~/images/Cancel.gif" ToolTip="Cancel Editing" 
            CommandName="Cancel" /> 
        </td> 
      </tr> 
    </table> 
</FormTemplate> 
Polaris431
Top achievements
Rank 1
 answered on 10 Jun 2009
4 answers
322 views
How to make the currency editable column GridBoundColumn or GridMaskedColumn in radgrid input currency round by 2 like 77.45, prevent the user inputting 77.353333?

Thanks!
Jessie
Top achievements
Rank 1
 answered on 10 Jun 2009
1 answer
105 views
I'm having a problem with rendering my treeview control in IE (I've tested on IE8, 7 & 6).

My node urls point to a various content pages, some of which may also have an anchor name in order to navigate to an anchor within the target content page, such as in the example below:

radTreeNode.NavigateUrl = "examplecontentpage.aspx#navigate to section"

However this example has spaces in the anchor name, IE seems to replace the space character with '%20' which when clicked results in the page not being able to navigate to the anchor on the target page. Neither Firefox and Chrome seem to have this behaviour, neither replace the space character and both navigate to the anchor correctly. Also, I have content pages where this same link may exist elsewhere on the page (outside of the treeview control) and the anchor works fine in IE, so this behaviour seems to be specific to the treeview control in IE.

Any ideas if/how I may resolve this without resorting to having to amend all anchor names?
Paul
Telerik team
 answered on 10 Jun 2009
1 answer
74 views
First of all, thank you for the wonderfull support.

Before I ask my question I feel I must apologize for my rather sarcastic post earlier, while the issue I posted was indeed valid the way I posted it could have used a bit more thought.
Does not help beeing frustrated over something for hours only to fail each time, so I was not exactly cheery when I wrote that.
My apologies if that post felt like I was mocking anything, I asure you that was not my intention.

With that said,
I've gotten to a point in the project where we can start stamping "Done" on the pages, and it is a wonderfull feeling.
However one thing has been nagging me a bit, while it is 'simple' dragging a appointment from a RadGrid to a Scheduler, I would like to know if the reverse is something that can be done as well.

Now I have not spend much time on it due to time constraints, but from what I have seen so far is that the scheduler itself blocks any appointments from beeing dragged outside it's own container (Allowing the scrollbars to actually work).
Now would it be possible for appointments to be dragged outside of the scheduler into another control?
If so, how would this be realised.

For now we are using a contect menu with the option 'Remove employee reference', this forces the appointment back into it's grid.
And it does his job fine.
But if this could be realised it would add just that added bit of user friendly support.

This is by no means a rush btw, perfectly fine for use to use the context menu.
However I just can't help but wonder.

Regards, Datamex
Peter
Telerik team
 answered on 10 Jun 2009
1 answer
207 views
Hi,
 I am using RadGrid,my problem is that i want to save the image which created in RadGrid when data is binded with RadGrid..
Actually I just used RadCharts and also save RadChart image using RadChart's save method like radchat1.save(...),but there
is not any method for RadGrid to save as image in any location..Plz tell me Is there any way to save RadGrid Image?
  Thanks in Advance.
Sebastian
Telerik team
 answered on 10 Jun 2009
1 answer
92 views
Is the sample code for the Scheduler that is currently posted on the website located anywhere other than the demo page? I would like to create a page exactly like the demo for the "First Look" scheduler but would also like to get the other files along with it such as the css file and images if there are any. I have the sample code that came with the product but it isn't exactly the same. Any help is greatly appreciated.

Thanks
Dan
Paul
Telerik team
 answered on 10 Jun 2009
1 answer
79 views
Hi All,

I want to change title & contant of popup window which apper on clicking on "Add New Folder" toolbar option. Please reply as soon as possible.

Thanks in advance

Regards
Chirag
Fiko
Telerik team
 answered on 10 Jun 2009
1 answer
121 views
Hi,
   
   Please send sample code for left RadSplitter and RadGrid Frozen columns 
Princy
Top achievements
Rank 2
 answered on 10 Jun 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
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
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?