
<radCLB:CallbackDropDownList runat="server" ID="OrgPropertyStateList" Width="209px" OnSelectedIndexChanged="OrgPropertyStateList_SelectedIndexChanged" AutoPostBack="True" ControlsToUpdate="pnlSearches;EmploymentTypeSection;divApplicantSalarySelection;divPropertyCitySelection;divPropertyCountySelection" ClientEvents-OnRequestSent="ValidateDateOfBirthAllowedForState">
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
How can i make a popup on a layer click with information (name,etc...).
On Telerik Radmap Asp.net
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.
</li>
</ol>
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
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.

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) {
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 .


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!
