Telerik Forums
Kendo UI for jQuery Forum
2 answers
322 views
Hi, I've been through the forums fairly thoroughly, and through the docs. What I want is to create an item in a listview where the text will word wrap.  I've tried just about every css property I can think of.  What I'm trying to achieve is image1, and what I get is image2.  Any ideas?  

It doesn't have to be in ListView I guess, but it was the only way I could find to get the rounded box.
Samuel PIckard
Top achievements
Rank 1
 answered on 24 Apr 2012
5 answers
448 views
Hi Kendo Team,
I have several issues with the TabStrip control -
1. How to select a dynamically added tab?
2. How to prevent the tab load after selecting it?
3. How to remove a tab by clicking on a control on that tab?
4.  After dynamically opening a tab and selecting existing tabs randomly the tab contents get mixed up in other tabs.
5. even though a second grid is initialized after the 2nd tab is selected, the grid content spills over the tab area.

I have attached a sample(I ran the sample from ~\kendoui\examples\web\Sample) where all these scenario can be seen.
We need this prototype to work to decide if we can use the KendoUI in our main project.

Thanks in advance for you help.
krishna surapaneni
Top achievements
Rank 2
 answered on 24 Apr 2012
3 answers
227 views
Hello,

I may know what are all tooltip format??

Thx
Gergo
Top achievements
Rank 1
 answered on 24 Apr 2012
1 answer
88 views
using "pullToRefresh: true," on a listview element gives me "a.scroller is undefined" error.  If I comment out   "pullToRefresh: true," I do not get the error.  Can anyone see what Im doing wrong here?
<div data-role="view" data-title="Control Panel - Mobile" id="listtickets" data-init="listTicketsInit">
     <h2>Tickets</h2>
     <p><a data-align="left" data-role="button" href="/support/newticket/">New ticket</a></p
     <ul id="support_list" data-style="inset"
          
     </ul>
 </div>
      
 
<script id="support_list_template" type="text/x-kendo-template">
     <li style="font-weight:normal" >
         <div style="float:left; width:20% ">
             #= DateCreated #
         </div>
          <div style="float:left; width:80% ">
             <a href="/support/view/#= ThreadID #">#= Subject #</a>
         </div>
      </li>  
</script>
 
<script>
  function listTicketsInit() {
     
       
      var ticketdata = <?=json_encode($tickets)?>;
        
       var dataSource = new kendo.data.DataSource({
           data: ticketdata,
           dataType: "json",
           schema: {
             model: {
                 id: "ThreadID",
                 fields: {
                     DateCreated: "DateCreated",
                     ThreadID: "ThreadID",
                     Subject: "Subject"
                    }
                }
            
        });
 
       $("#support_list").kendoMobileListView({
           dataSource: dataSource,
           pullToRefresh: true,
           appendOnRefresh: true,
           template: $("#support_list_template").text()
       });
Many thanks
Petyo
Telerik team
 answered on 24 Apr 2012
2 answers
381 views

Hi

When the grid is grouped, the grouping column is visible with the same 
values in each cell of each group. Looks weird and confusing.

How can we accomplish more efficient look and hide the grouping column? 

See attached pic and here: http://demos.devexpress.com/aspxgridviewdemos/GroupingSorting/Grouping.aspx 

2nd question:
Is it possible to customize the group header cell? 
Instead of default template "{ColumnName}: {GroupName}"
I need something like "{ColumnName}: <b>{GroupName}</b> â€“ <span class="groupRowCount">({Count} my text)</span>"

Thanks!

Vadim
Top achievements
Rank 1
 answered on 24 Apr 2012
1 answer
153 views
Is is possible to have nested scroll views?

I want a normal scroll view but at the bottom (above the 1st scroll view paging indicator, I want to display another scrollview
Petyo
Telerik team
 answered on 24 Apr 2012
1 answer
124 views
Hi,

Anybody got this Kendo Mobile – Overview (below) in zip file?

http://demos.kendoui.com/mobile/m/index.html#index

The Kendo UI mobile download does not include a working index.html for Kendo Mobile Overview.

I want one that I can put in my hard drive and run, not online, similar to jQTouch.

http://jqtouch.com/

You can download jQTouch and got working index.html + working demos / examples (i.e. Clock and ToDo) that you can use in PhoneGap and QuickConnect.

Thanks.








Petyo
Telerik team
 answered on 24 Apr 2012
2 answers
1.3K+ views
I want a new event to intercept when the window is closing.
The close event do not work, because I can't cancel the action.

What can I do with this version of Kendo Window. (2011.3.1129)

Stef.
Alex Gyoshev
Telerik team
 answered on 24 Apr 2012
0 answers
76 views
Whats the best way to check if kendo is available or not?  I have a widget and I need to be able to determine that the user has linked it into the page or not.
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 asked on 24 Apr 2012
2 answers
157 views
I have a change event hander for my datasource

change: function (e) {
    newData(e);
}

Right now, if the newData exits normally, without hitting the return statement, then all works fine. But if i uncomment the last line in the listing below (which returns nothing) then the datasource is not updated in the Grid that is mapping it. I have tried returning true, false, this and e, but nothing works:

What is an event handler supposed to return (documentation needs to be filled, as well as what the value of e is supposed to be).

btw searchData below is that handle for the datasource

function newData(e) {
    $("#recCount").text(searchData.total());
 
    chartData.series = [];
    chartData.names = [];
    var groups = searchData.view();
    var groupCnt = groups.length;
    var group;
//    if (groupCnt == seachData.total()) return; // nothing grouped, no meaningful chart can be created.
Dr.YSG
Top achievements
Rank 2
 answered on 23 Apr 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
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
MultiColumnComboBox
Dialog
Chat
DateRangePicker
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
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
AICodingAssistant
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?