Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
279 views
Hi There !!,.

I'm populating the scheular using the XML Fie. My appointments getting displayed. What my boss wants is, when I mouse over any appointment, I should get a dialog box which will show you the details of the appointment. Can anyone help me on this.

I googled and found that we don't have the mouse over for the scheuler. then how can we achieve this?

Please help me on this.
Plamen
Telerik team
 answered on 10 Dec 2013
3 answers
224 views
Hi,

Is it possible to set the minimum + maximum width and height of the crop box? I would like the user to be able to manually resize the crop box, but not bigger than 480px for the width or height. I am not concerned about aspect ratio.

Thanks in advance.

Kind regards,
Pierre
Vessy
Telerik team
 answered on 10 Dec 2013
1 answer
75 views
hi
Is it possible to have a confirm appear for exporting. I want to show a confirmation to user asking if he wants to export. How to do it?
Princy
Top achievements
Rank 2
 answered on 10 Dec 2013
1 answer
89 views
Hi,

Is it possible to have scrolling RibbonBarTab like we have in silverlight.
If not can we have a work around for the same.

My Scenario :
I have Multiple RibbonBarTab, and when I change the screen resolution from 1400*1050 to 1024*768 the last RibbonBarTab
or except the RibbonBarTab  which shows on the screen hides(not visible).
In such situation there is no way to access those RibbonBarTabs.

My entire portal is controlled by the RibbonBarTab, please suggest a solution/ workaround ASAP.

Thanks

Kate
Telerik team
 answered on 10 Dec 2013
1 answer
67 views
I'm curious why your documentation makes no mention of the property 'Behaviors' for Rad Window?  If I go to your documentation page there is no property for 'Behaviors'. Is the documentation kept up to date?
Princy
Top achievements
Rank 2
 answered on 10 Dec 2013
1 answer
121 views
I am using the MinFilterLength property for filtering items in the RadDropDownTree. Assume the MinFilterLength property is set to 3.
If I now enter 3 characters, the results are filtered correctly. However, if I delete a character, the results are not reset.
How can I achieve this?
I searched online, and found a possible solution here: http://www.telerik.com/community/forums/aspnet-ajax/combobox/hide-disable-the-loading-text-on-itemsrequested.aspx.
However, RadDropDownTree does not have a OnClientItemsRequesting event. Which event can I use to achieve the same behavior?
Thanks.

Boyan Dimitrov
Telerik team
 answered on 10 Dec 2013
1 answer
627 views
I have a button. When the user clicks the button, the code behind should check on several things and if certain conditions exist, it should pop up a dialog box asking for a supervisor's password. If the password is valid, then the code behind should continue processing.

I was able to successfully implement with a radprompt, however, when password input really needs to be masked as the user types it. So I think I need to create a separate form where I can control masking on the input textbox. I have tried what fills like a gazillion variations of javascript but can't get this to work.

In my latest attempt, I followed the code described here: http://www.telerik.com/community/forums/aspnet-ajax/window/opening-radwindow-from-the-server.aspx.   This got me as far as the dialog form actually opening but I can't get a parameter in and I can't get the password back out.

Here is my window definition,  inside a radwindow manager:

<telerik:RadWindow ID="rwPassword" runat="server" Modal="True" NavigateUrl="~/UserPages/dlgPassword.aspx" Height = "500px" Width = "400px" Title="Out of Spec" Behaviors="Close, Move" Behavior="Close, Move">

</telerik:RadWindow

>

Here is the current codebehind which opens it:

Dim script As String = "function f(){$find(""" + rwPassword.ClientID + """).show(); Sys.Application.remove_load(f);}Sys.Application.add_load(f);"

ScriptManager.RegisterStartupScript(Page, Page.GetType(), "key", script, True)

The current markup of my password window looks like this. The javascript there was from an earlier attempt but I don't see why it wouldn't work with this version. After the form opens, I have to close with the X. The OK and Cancel buttons do absolutely nothing.

I have been stuck on this for days. If anyone could help, I would be so grateful.
Thank you.

 

 

Shinu
Top achievements
Rank 2
 answered on 10 Dec 2013
2 answers
152 views
Sir it is possible Word To HTML in RADeditor and i Got an error in WORD INTEROP of Office 2010..the visual basic the word.interop is not inclulde in my assembly. thanks in need a answer thanks..
Ahmed
Top achievements
Rank 1
 answered on 10 Dec 2013
1 answer
67 views
Failed to select a specific date in DatePicker

I'm testing DatePicker and not is posible select a specific date, and RadControl  select the before day.  For example, that to select 7 of september of 2014, the RadControl choice show 6 of september. (view attach)
Eyup
Telerik team
 answered on 10 Dec 2013
3 answers
123 views
Hi,

I'm using a RadGrid with a GridClientSelectColumn.
If I call server-side the Grid.Rebind() method, I can preserve the selected items:
var selectedItems = Grid.MasterTableView.GetSelectedItems()
               .Select(item => int.Parse(item["idCol"].Text))
               .ToList();
Grid.Rebind();
foreach (GridDataItem item in Grid.MasterTableView.Items)
{
    item.Selected = selectedItems.Contains(int.Parse(item["idCol"].Text));
}

But how can I do this when the user clicks the "Update" button (which fires the RebindGrid command)?

Thanks!
Eyup
Telerik team
 answered on 10 Dec 2013
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?