Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
127 views

 

 

<radCLB:CallbackDropDownList runat="server" ID="OrgPropertyStateList" Width="209px"       OnSelectedIndexChanged="OrgPropertyStateList_SelectedIndexChanged" AutoPostBack="True"                         ControlsToUpdate="pnlSearches;EmploymentTypeSection;divApplicantSalarySelection;divPropertyCitySelection;divPropertyCountySelection" ClientEvents-OnRequestSent="ValidateDateOfBirthAllowedForState">
<asp:ListItem>Unbound</asp:ListItem>
</radCLB:CallbackDropDownList>
Alex
Top achievements
Rank 1
 asked on 11 Jul 2022
2 answers
305 views

Hi, I'm trying to put focus on filter input in DropdownTree control when dropdown is opened but I can't get it. I've tryed with some code like this but without success:

 

JS:
            function SetFilterFocus(sender,argEvent){
                sender.get_filterElement().focus();
            }

ASP.NET
                                            <telerik:RadDropDownTree CssClass="RadComboBox_Metro" Skin="Metro" runat="server" ID="ddt_centro" AutoPostBack="true" Width="90%" TabIndex="3" DataTextField="FMODES" DataFieldID="FMOFAM" TextMode="Default" DataFieldParentID="FMOZU1" OnClientEntryAdding="OnClientEntryAdding" ExpandNodeOnSingleClick="true" CheckNodeOnClick="true" EnableFiltering="true" OnClientDropDownOpened="SetFilterFocus">
                                                <FilterSettings Filter="Contains" Highlight="Matches" MinFilterLength="3" />
                                                <DropDownSettings CssClass="RadComboBox_Metro" Height="300px" CloseDropDownOnSelection="true" />
                                            </telerik:RadDropDownTree>

 

 

Is it possible to do this?

 

Thanks

David
Top achievements
Rank 1
Iron
 answered on 08 Jul 2022
1 answer
131 views

How can i make a popup on a layer click with information (name,etc...).

On Telerik Radmap Asp.net

 

Attila Antal
Telerik team
 answered on 04 Jul 2022
0 answers
126 views

Hey all, l was wondering how I would go about removing these huge gaps on my <li> upon export.  I'm placing dynamic values from state. I attached the before and after images.

 

<ol className="contract-details-one">
<li>
Event Date:
<strong className="field-highlight"> {eventDate}</strong>

</li>

</ol>

Vaughn
Top achievements
Rank 1
 asked on 01 Jul 2022
2 answers
288 views

If I attempt to ajaxify an asp.net textbox using RadAjaxManager, obviously, a div with a RadAjaxPanel class surround the div with the "form-floating" class.

When that situation occurs the placeholder duplicates 11px above the current one. In addition, when you put the cursor in the textbox field, the floating label doesn't "float". It remains where it is and conflicts with the newly entered text in the textbox.

 

Any suggestions?

Dana

Dana Cobb
Top achievements
Rank 1
Iron
 answered on 29 Jun 2022
1 answer
518 views

I have a grid.  It has a MasterTableView and a DetailTables with a GridTableView that has a CommandItemTemplate.  In the DetailTableDataBind event I need to hide a button when certain conditions apply.  I can't for the life of me figure out how to access these buttons.  I can get to the buttons in the MasterTableView's CommandItemTemplate, but not the Detail Table. 

Anyone know how to access these little buggers?  VB.NET if at all possible...please and thank you.  if you need for me to post my grid structure I can.  

Attila Antal
Telerik team
 answered on 29 Jun 2022
1 answer
167 views

Hi Team,

As I am trying use Radalert box to show the validation messages from javascript function. (Earlier we were using normal alert for validation messages).

I am able to get the radalert pop up but unable to see the messages on it as its blank box.

Please advise me on this.

Thanks in Advance

Vijaykumar

 

Code :

 

if (grid.get_masterTableView().get_selectedItems()[0] != undefined) {
        selRequestRowID = grid.get_masterTableView().getCellByColumnUniqueName(grid.get_masterTableView().get_selectedItems()[0], 'REQUESTINFO_ID').innerHTML;
    } else if (!all) {
        //alert(alertNothingSelected);
        radalert("Please select a record", 290, 220, "Alert"); //this is the message want show it on UI
        return false;
    }

 

As I can see it in debugger mode the line is executing without any error and even I can see the pop up box with my css .

 

Peter Milchev
Telerik team
 answered on 29 Jun 2022
1 answer
276 views
How can I pop up a custom list of available tasks that a user is allowed to add to the gantt chart.  Preferably a different list depending on the level they are adding the child to.  Any examples of this concept would be great!
Peter Milchev
Telerik team
 answered on 28 Jun 2022
1 answer
285 views

I have added a custom button in place of the "Add Task" but can't seem to figure out how I can find the selected task from the gantt chart in javascript.  I am trying to force a popup so that the user can only select from a list of items to add as a task, depending on level they are selecting.  Any samples or ideas would be great.

Thanks!

Peter Milchev
Telerik team
 answered on 28 Jun 2022
1 answer
454 views

Hi All,
I am stuck while calling javascript function from code behind on OnItemsRequested event. somehow I can call same js from OnTextChanged event.
b

below is my code please help-

asp.net -

<telerik:RadComboBox ID="ddl1" runat="server" Height="150" OnClientItemsRequesting="OnClientRequestingAC" OnItemsRequested="ddl1_ItemRequested" EmptyMessage="" EnableLoadOnDemand="true" ShowMoreResultsBox="false" EnableVirtualScrolling="false" AutoPostBack="true" MarkFirstMatch="false" ShowDropDownOnTextboxClick="false" Style="width: 200px; height: 20px !important;" MinFilterLength="3" ForeColor="Black" ShowToggleImage="true" ToolTip="Search by inputing number. Press Enter to select." LoadingMessage="Loading matching records..." OnClientItemsRequestFailed="OnClientACRequestFailedHandler" OnTextChanged="ddl1_TextChanged" OnSelectedIndexChanged="ddl1_SelectedIndexChanged" onkeyup="return CallMethod(event,this.id);">

in server side code-

Protected Sub ddl1_ItemRequested(sender As Object, e As RadComboBoxItemsRequestedEventArgs)
 
'' Doing some data fetching and JSON request preparation here...

      System.Web.UI.ScriptManager.RegisterStartupScript(Me.Page, Me.GetType(), "SearchRequestedJS", "GetSearchQueryData('" + JSONrequest + "');", True)

Catch ex As Exception
End Try
    End Sub
Peter Milchev
Telerik team
 answered on 28 Jun 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?