I liken this control to serving a quiche with a runny middle.
It has tons of potential, but falls short of the RadComboBox. I know I'm way over simplifying, but seems like all that had to be done was to add the ColumnsCollection as an alternative to the RadComboBox control. Didn't even need a new control, shrouded in kendo hocus pocus. It took me 4 hours of research to cobble together this as a way to just get the text value of a RadMultiColumnComboBox
sState = $find(
"cbStateL"
).get_kendoWidget().input[
"0"
].value;
when this is all that should have been needed:
sState = $find("cbStateL").text;
Can someone give me an example of editing one cell at a time in edit mode?
For example If i have a Table Color | Make | Model , and i edit it I get
Color ____________
Make____________
Model ____________
Update Cancel
this sends the parameters Color | Make | Model to the stored procedure
I want to do this
Color ___________ Update
Make ___________Update
Model __________Update
This will send the datakey, the field name Color and the value for color.
Is this possible? and did I make sense?
How can I add a button for full screen/exit full screen for the pdf viewer. I would like to keep the navigation
Marty
Is there a requirement that the RadPdfViewer load a file on page load?
When I call pdfviewer.fromfile() when no initial document is set I get the attached error. If I set the initial file to any valid pdf
IE: ( <PdfjsProcessingSettings File="/default2.pdf">
</PdfjsProcessingSettings>
)
I do not get the error.
<telerik:RadPdfViewer runat="server" ID="RadPdfViewer1" Height="650px" Width="100%" Scale="0.9">
<ToolBarSettings Items="pager, spacer, zoom, toggleSelection, spacer, search, print" />
</telerik:RadPdfViewer>
function loadFile(name) {
var pdfViewer = $find("<%=RadPdfViewer1.ClientID %>");
pdfViewer.fromFile(name);
}
I have rad menu item and it has couple of items in it. When we click on a Item , a new window should be open without server trip.
Note: telerik controls placed in a user control.
I'm looking here -https://docs.telerik.com/devtools/aspnet-ajax/controls/mediaplayer/overview
and don't see any documentation regarding accessibility keyboard support?
I have an issue after I drag and drop an appointment to the other resources by auto scroll down to the resource. I'm not able to extend the appointment anymore.
If I drag and drop the appointment to the resource next row to it without apply the auto scroll down. The extend the appointment is working fine.
I found that when I extend the appointment, it didn;t change the width in the div class = rsApt rsAptColor appointment-solid-line
Do you know where cause this issue?
And what script will be trigger?
You can see my attached screenshot.