Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
93 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
148 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
703 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
172 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
84 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
151 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
5 answers
219 views
Is there any way to hide the Filter Text box in a GridDateTimeColumn and only display the Calendar Icon and Filter Icon?

Thanks,
Mark
Mark
Top achievements
Rank 1
 answered on 10 Dec 2013
1 answer
66 views
when you have an item selected and drag it somewhere can you ensure it is still highlighted when the page refreshes- at present a random other item is highlighted when you finish dragging..(seems to be the one in the previous dragged item place, so I think it's keep highlighting the item with the same index).

if I move item within the same level (parentId not change) then I can use following code to highlight the correct item:
Dim desItem As TreeListDataItem = TryCast(e.DestinationDataItem, TreeListDataItem)
desItem.selected = true

however if the dragged item's parentId changed then I don't know hot to keep that consistent...


Thanks!
Konstantin Dikov
Telerik team
 answered on 10 Dec 2013
0 answers
121 views
Hello,

I have some issue with RadComboBox.
I want to use "required" html5 tag to validate the required value on my RadComboBox.
The problem is that there are no select hrml tag when I use normal mode.

If I change to classic mode, the select html tag is present but i can't add required.

some solutions for me?
isamepro
Top achievements
Rank 1
 asked on 10 Dec 2013
1 answer
78 views
i have user control in RADDock, In Raddock i have Gear Button. If i click gear button it will navigate to new page, like wise i have button in usercontrol if i click  it,  navigate to same page. how should i fire button event in usercontrol when i click gear button. I am loading RADDock Dynamically
Shinu
Top achievements
Rank 2
 answered on 10 Dec 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?