Hi, I am using raddropdowntree. If i select any item in rad drop down tree, event is not firing. when i click on dropdowntree item and out side of the page then "ddtModule_EntryAdded" this event is firing. Is there any another event for dropdowntree when user select an item. Please suggest me a best way ASAP.
I have an RadAutoCompleteBox in the EditForm. What I need to do is to populate another textbox in the Editform based on the value selected in the RadAutoCompleteBox once the value has been selected. I cannot find the right approach to do this.
Any help / advice is greatly appreciated.
I have an OrgChart with 2 rendered fields. Am trying to remove the rendered fields for the Root node. i tried to access the node's rendered fields in the nodeDataBound event, but its not working:
example:
if (e.Node.ID == "Parent")
{
for (int i = e.Node.GroupItems[0].RenderedFields.Count - 1; i >= 0; i--)
{
e.Node.GroupItems[0].RenderedFields[i] = new OrgChartRenderedField();
}
}
I have an OrgChart with 2 rendered fields. Am trying to remove the rendered fields for the Root node. i tried to access the node's rendered fields in the nodeDataBound event, but its not working:
example:
if (e.Node.ID == "Parent")
{
for (int i = e.Node.GroupItems[0].RenderedFields.Count - 1; i >= 0; i--)
{
e.Node.GroupItems[0].RenderedFields[i] = new OrgChartRenderedField();
}
}
Hi,
Currently I am facing an issue with longtouch event for Grid. I attached a contextmenu for the grid.
<Scrolling AllowScroll="true" UseStaticHeaders="true" SaveScrollPosition="true" ScrollHeight="250px" />
when I press longtouch
. When there is scrollheight and then the grid has many records and it has scroll bar, then the ContextMenu appears and disappear in IPAD.
. When there are few records and no scroll bar then the Contextmenu stay when it open.
Hello:
I am using the batch edit demo here as my starting point https://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
I noticed it uses allowautomaticinserts/updates/deletes
Before purchasing radgrid, I was used to writing my stored procedures to accept only my required parameters, not every single one.
is there a way to get batch editing to work with code behind, calling a command (updateAll) and passing my parameters manually?
the issue i am facing is i have my each bar displaying number of males and females in that particular group.
now i want that bar clickable which will take me to members of the group i clicked bar for. and for that i need my x axis value so that i can pass it in where condition for my subquery. but i am unable to find my x axis value. can you please guide me through on how to accomplish the task.
Is there a way for me to drag and nodes from the file explorer to a radgrid? I would then handle the event and add a new item to the radgrid based on the current dropped object.
We have Event Management kind of asp.net web application and we have used the Telerik toolkit in our application. The current Telerik version currently we
are using is 2012.2.912.35. We have used RadComboBox in our application extensively and most of the places we have set MarkFirstMatch property of RadComboBox to TRUE.
Previously when we access our application in IE9 browser then RadcomboxBox filtering feature was working very smoothly but later
on we started using IE 10 and IE 11 browsers then we noticed that the text at the top of RadComboBox diappears.
In following screenshot you can see the country RadComboBox. I am using IE 10 or IE11 browser and suppose I search for “Boise”.
Now when I started typing the alphabets in RadComboBox, the text at the top of DDL disappear and an X appears toward the center of the DDL.
Please refer following screenshot:
NOTE: The same problem is appearing for all of the RadComboboxes which are present in all of the pages of our application.
[Refer ss1.png]
In above screenshot, we can see that RadComboBox filters the results correctly but the text at top of DDL disappears and X appears at center
which doesn’t looks well.
This is the code of our web page where the country RadComboBox is located.
During investigation we found that when the “Display intranet sites in Compatibility View” option of IE11 is unchecked then dropdown works as
desired and if we checked this option for IE11 then again the top of the text of DDL got disappears during typing a text.
[Refer ss2.png]
We cannot unchecked the
“Display intranet sites in Compatibility View” of IE because when we unchecked this option in IE browser then complete design of our web pages
got messed up.
I have also tried adding the script given in below link but this didn’t resolved the issue at our end.
http://www.telerik.com/forums/patch-ms-update-kb2586448-breaks-radcombobox-markfirstmatch-in-versions-older-than-2009-3-1314-inclusive
Please suggest any generic workaround so that the filtering feature of all RadComboBox present in our application works as desired in IE11 and IE 10 browsers.