Telerik Forums
Kendo UI for jQuery Forum
1 answer
116 views
I am using splitter and would like to target the content load on click of menu item onto a specific pane. Can we specify this in menu item definition ?


{
  text: "Home",
  url: "http://www.kendoui.com"               
}
Kamen Bundev
Telerik team
 answered on 23 May 2012
0 answers
221 views
I need a numerictextbox whose initial value seems '0' but when first up/down button hit, the real initial value will come.
Is it possible to do that?
I try the code below but on spin event when e.sender._value is set to firstPrice, change event is called and i can see that e.sender._old value is still the unchanged value.
$("#txtPrice").kendoNumericTextBox({
                decimals: 5,
                step: 0.00001,
                format: '#.00000',
                min: 0
            });
var firstPrice = 0.89889;
var numeric = $("#txtPrice").data("kendoNumericTextBox");
            numeric.bind("change", function (e) {
                if (e.sender._old == 0)
                    e.sender._value = firstPrice;
            });
            numeric.bind("spin", function(e) {
                if (e.sender._old == 0)
                    e.sender._value = firstPrice;
            });
 
 
<asp:TextBox ID="txtPrice" runat="server" ClientIDMode="Static" Text="0"></asp:TextBox>
Ozge
Top achievements
Rank 1
 asked on 23 May 2012
1 answer
192 views
Hello,
we're trying to create a unified control suite for every application that use Kendo Web controls. Part of the unification process is to make all controls UI & UX to be the same. Unified look & feel is easy to achieve by creating a theme and use the same CSS file for all applications, however, we don't know how to make the UX to be the same. for example: pagesize, sorting, grouping for grid.

is there a way to achieve this goal? besides creating wrappers for every control to instanciate it with the same configuration? like:

function CreateGrid()
{
   return this.KendoGrid([{...}]);
}

Thank you in advance
Iliana Dyankova
Telerik team
 answered on 23 May 2012
0 answers
86 views
Hi 

I have a table with id and name.
And i want the names of table to be the names of the tabs.
Can anyone help me  how can i do that 
srinivas
Top achievements
Rank 1
 asked on 23 May 2012
0 answers
69 views
I'm using XML so I don't know if this is an issue with JSON datasources.

I have a grid with nodata and when I try to add a row I get a script error

SCRIPT5007: Unable to get value of the property 'TREEVIEWS': object is null or undefined
kendo.data.xml.js, line 146 character 17

TREEVIEWS is from the schema
schema: {
    type: 'xml',
    data: '/TABLE/TREEVIEWS',
    model: {
     id: "treeview",
     fields: {
      treeview: { editable:false, field: "treeview/text()" },
      name:   { editable:true,  field: "name/text()", defaultValue:"" },
      created: { editable:false, field: "created/text()", defaultValue:"" }
     }
    }

The call stack is:
 evaluate
 data
 total
 _change
 g
 trigger
 splice
 insert
 addRow
 Anonymous Function
 dispatch
 i

Any ideas on how to add a row to an empty grid ?

Richard
Top achievements
Rank 1
 asked on 23 May 2012
2 answers
192 views
I am Binding ' style ' to div which is in body
 
 
<div data-bind="style: { backgroundColor: selectedBackground }" style="height: 20px;"></div>
 
this works fine ,
 
 
But when I am define that div in template
 
 
<div class="container_1"  data-bind="style: { backgroundColor: selectedBackground }" >
....
...
..
</div>
 
it doesnt bind the div according to selectedBackground property...
 
 
Please Help Me Sir ...
Brad Sumner
Top achievements
Rank 1
 answered on 22 May 2012
1 answer
168 views
Are there any plans on implementing border-box support for css style sheets that control the rendering of some of the controls?

Personally I find that more and more developers are implementing the border-box model (http://paulirish.com/2012/box-sizing-border-box-ftw/ ) to eliminate certain considerations when development responsive design/fluid design sites but applying such a global rule has an affect on the rendered widgets.  (example:  dialog box)

Maybe providing additional css or LESS when implementing a global border-box model style of design?
Steven
Top achievements
Rank 1
 answered on 22 May 2012
0 answers
66 views
Hei Guys

Could anyone please help me in tabstrip . I have 3 links say     HOME    FURNITURE      CONTACT US
When i click on Furniture it should open 3 more subtabs . When click on first it should display contents of selected tab .
Please check attach image . Could anyone tell how to achieve this using Tabstrip of Kendo...

Thanks
Momi
Top achievements
Rank 1
 asked on 22 May 2012
2 answers
103 views
If I have a list of items that I'm trying to bind to and zero happens to be the value of one of the items, the drop down list will not select the proper item if an optionLabel is set. Is this being addressed in an upcoming update?

http://jsfiddle.net/stuqc/10/ 
Mike
Top achievements
Rank 2
 answered on 22 May 2012
0 answers
177 views
We are hoping for a control to allow widgets to dock or snap to zones. It would be useful for building entire portals for end users.

This control can be seen with Telerik's own RadDock control: 
http://demos.telerik.com/aspnet-ajax/dock/examples/default/defaultcs.aspx

Other examples can be seen here: 
http://jqueryui.com/demos/draggable/#snap-to 
http://fluidproject.org/releases/1.4/demos/reorderer/layoutReorderer/demo.html 
http://www.netvibes.com

I am wondering if anyone has thoughts on this? If you would like to vote on this, I posted this suggestion in UserVoice:
http://kendo.uservoice.com/forums/127393-kendo-ui-feedback/suggestions/2870874-drag-and-drop-dock-portal-like-telerik-raddock-con
Basem
Top achievements
Rank 1
 asked on 22 May 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?