Telerik Forums
Kendo UI for jQuery Forum
1 answer
99 views
I have problem with selectbox in data-role="page" div -when i use this code in ScrollVIew  page div, its not response on clicks  and only show first "option".  In other place scrollbox works correctly, Can you help me ?


also there is a problem with input box.. there are  not editable.  where is the problem???
<select>
                <option value="First Option">First Option</option>
                <option value="Second Option">Second Option</option>
                <option value="Third Option">Third Option</option>
                <option value="Fourth Option">Fourth Option</option>
            </select>
Arshak
Top achievements
Rank 1
 answered on 21 May 2012
1 answer
132 views
It seems that he shift key values are being allowed (#$%^&, ect.)  Any ideas show to prevent this?

Thanks,
Joe
Georgi Krustev
Telerik team
 answered on 21 May 2012
4 answers
341 views
Hello,

I have found 2 more bugs in kendo UI with DropDownList.

About bugs:
1. When html element "body" has a border -> drop down list opened area has a wrong location.
2. When drop down list is created in the hidden container and then showed -> drop down list opened area has a wrong size (too small).

Please see the attached example.

Vladimir

PS. Unfortunately KendoUI is not so bugs free now as it should and it is hard for me now to develop something using it.
Could you tell me when will be the next release where, I hope, we all will have good & stable library.
Kamen Bundev
Telerik team
 answered on 21 May 2012
1 answer
196 views
Hi,

the click-events of the buttons, do they handle the touchstart-event or the common click-event?

Look here to know what I mean:

http://floatlearning.com/wp-content/uploads/2011/03/touchstart_demo.html

Petyo
Telerik team
 answered on 21 May 2012
1 answer
166 views
Hello,

I would like to find out if there is a way to automatically wrap text on labels on the categoryAxis if they are too long, or perhaps wrap them manually?

Would be good to wrap the long label starting with 2005... somewhere in the middle...


Thanks!
T. Tsonev
Telerik team
 answered on 21 May 2012
11 answers
207 views
During webinar, there is a Team application using kendoui mobile. Is the app available to see live now?

Thank you,
Todd Anglin
Top achievements
Rank 2
 answered on 21 May 2012
3 answers
371 views
If I have a grid, and then make configuration changes such as 
  • Change Page Size
  • Change parameterMap settings
what is the proper way to reload the grid to reflect these settings changes?

If I try
 grid.data("kendoGrid").dataSource.read();
it just refreshes the data, but no configuration settings take effect. (Which makes sense)

Other things I have tried make the grid "double up" the data.

Please advise.

Thanks
Maxim
Top achievements
Rank 1
 answered on 20 May 2012
3 answers
90 views
I have a grid with data coming from a web service, one of the columns is a DropDownList to enable the user to change the customer on a sales order (it is just a proof of concept project at the moment).  The data source for the Grid has both customer account number and customer name, but the Grid only shows the customer name, which is the column that the drop down list is on currently.  What I want to do is, when you select a new customer using the drop down list, it updates the customer account column AND the customer name column so that the grid is up to date.  Is there any easy way of doing this?

Thanks in advance,

Tony
Daniel
Top achievements
Rank 1
 answered on 20 May 2012
0 answers
165 views
i tried many different ways, with both kendo.render and the typical way to render it but the displayed variable is not rendered. Any ideas?
Michael
Top achievements
Rank 1
 asked on 20 May 2012
2 answers
107 views
Hello,
I currently use SL to enable realtime asynchronous communication between an asp.net application and a windows client .net application. Take a look at http://eneter.blogspot.com/2011/10/silverlight-notification-messages-from.html. With the end of SL looking more real every day e.g. IE10 Metro, I am wondering if I can effectively replace my simple SL interface with the Kendo framework? Below is an excerpt of my SL app. Any advice would be appreciated.
private void LoadFramework()
    {
        try
        {
            // SETUP SEND MESSAGE
            // Create sender of string messages.
            IStringMessagesFactory aStringMessageReceiverFactory = new StringMessagesFactory();
            myStringMessageSender = aStringMessageReceiverFactory.CreateStringMessageSender();
 
            // Create output channel sending via Tcp.
            // Note1: Silverlight supports only ports of range 4502 - 4532
            // Note: Set the timeout (miliseconds) for opening the connection and for sending messages.
            IMessagingSystemFactory aTcpMessagingFactory = new TcpMessagingSystemFactory(1000);
            IOutputChannel anOutputChannel = aTcpMessagingFactory.CreateOutputChannel("127.0.0.1:4502");
 
            // Attach the output channel to the string message sender
            // to be able to send messages via Tcp.
            myStringMessageSender.AttachOutputChannel(anOutputChannel);
 
 
            // SETUP RECEIVE MESSAGE
            // Create the BrokerClient to subscribe and receive notifications.
            IDuplexBrokerFactory aBrokerFactory = new DuplexBrokerFactory();
            myBrokerClient = aBrokerFactory.CreateBrokerClient();
 
            // Handle received notifications.
            myBrokerClient.BrokerMessageReceived += OnBrokerMessageReceived;
 
            // TCP messaging for the communication with the desktop application.
            IMessagingSystemFactory aTcpMessaging = new TcpMessagingSystemFactory(1000);
 
            // Create the TCP output channel and attach it to the BrokerClient.
            IDuplexOutputChannel aTcpOutputChannel = aTcpMessaging.CreateDuplexOutputChannel("tcp://127.0.0.1:4510");
            myBrokerClient.AttachDuplexOutputChannel(aTcpOutputChannel);
            blChannelLoaded = true;
        }
        catch (Exception ex)
        {
            blChannelLoaded = false;
            var x = ex;
            //RadWindow.Alert("Please load app1");
            HtmlPage.Window.Invoke("TestSLCall", "Please Load SkypeLink");
        }
    }

Jeff
Top achievements
Rank 1
 answered on 20 May 2012
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
Form
View
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
AICodingAssistant
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?