Telerik Forums
Kendo UI for jQuery Forum
0 answers
46 views

Would like to check if the below functions are available in Telerik.

  1. Double click on the header column or row can auto fix the column and row size.
  2. Use arrow keys in keyboard to select formula. Currently only support using mouse to click on the formula.

3. Is there any guide/prompt on how to use formula?

4.  "Financial" number format should be similar to Excel i.e. commas every 3 numbers, show bracket for negative value, right alignment
e.g. (1,800,123)

 

5.  Is there any double underline on the cell border? Only have single underline available for now.

 

6. For the Splitter control, can the size of the button below be adjusted? It is too small from the screen.


    Cheng Mun
    Top achievements
    Rank 1
     asked on 08 Sep 2022
    0 answers
    67 views

    Hello

    We have an application where new kendo window opens from a hyper link on a child pop up from the parent window. when the new window is closed and the child pop up is closed , some of the buttons on the parent window does not work they just gets frozen. Please advise how can we fix this. I tried many options...

    Note : the new window has a splitter, we used Kendo splitter.

    When i click button, it gives " Uncaught TypeError: Cannot read properties of undefined" in the console

    t
    Top achievements
    Rank 1
     updated question on 16 Sep 2021
    0 answers
    92 views

    my Kendo Splitter is as below.

    @(Html.Kendo().Splitter()
          .HtmlAttributes(new { style = "height:590px;", id = "mainSplitter" })
          .Orientation(SplitterOrientation.Horizontal)
          .Panes(horizontalPanes =>
          {
              horizontalPanes.Add()
                  .HtmlAttributes(new { id = "left-pane" })
                  .Size("246px")
                  .Collapsible(true)
                  .Content(@<text></text>);
              horizontalPanes.Add()
                  .HtmlAttributes(new { id = "right-pane", style = "overflow:hidden;" })
                .Content(@<iframe id="tabsContent_iframe" src='' data-src='' style="width:100%;height:100%;"></iframe>
                );
          })
    )

    I have a button outside the splitter used to toggle the left-pane which worked perfectly.
    Now, if I used the same button inside my iframe and make the call. It doesn't work.
    I tried doing it in couple of ways as below:

    1)

     

    var parentSplitterId = parent.$('#mainSplitter').data("kendoSplitter");
     var parentLeftTogglePane = parent.$('#full-pane');// , window.parent.document);
       parentSplitterId[parentLeftTogglePane.width() > 0 ? "collaspe" : "expand"](parentLeftTogglePane);

    2)

     

    var parentSplitterId = window.parent.document.getElementById('mainSplitter');
    var parentLeftTogglePane = $('#full-pane', window.parent.document);
    var splitter = $("#parentSplitterId").data("kendoSplitter");
    splitter[leftTogglePane.width() > 0 ? "collaspe" : "expand"](leftTooglePane);

     

    I am not able to understand where I am going wrong or what I'm missing. Please guide me out here.
    Thanks​​​

    sandeep9164262326
    Top achievements
    Rank 1
     asked on 30 Jul 2015
    0 answers
    18 views
    hi.
    the panes's size only changed when release the mouse, I want change the pane's size when i move the mouse, I need let the pane live resize, so I want add a mouse move event to the spliter, how can i extend the  splitter to add a mousemove enent to it?
    thanks!
    mjohn mjohn
    Top achievements
    Rank 1
     asked on 04 Feb 2013
    0 answers
    79 views
     Hi,
     I attached screen shot ,Plz find that .and let me know how to create vertial splitter, and what are the files i have to reffer .
    Thanks to advance.

    Anjireddy
    Top achievements
    Rank 1
     asked on 05 Nov 2012
    0 answers
    33 views
    Just started using Kendo UI Web v2012.2.710 and when you move the splitter it selects text in either the left or right pane. I don't know what's causing this. I don't see this happening in the demo. Is there some option I need to send the API?


                    $("#menuSplitter").kendoSplitter({
                        orientation: "horizontal",
                        panes: [
                                { collapsible: false, size: "24%", resizable: true },
                                { collapsible: false, resizable: true }
                            ]
                    });
    StrandedPirate
    Top achievements
    Rank 1
     asked on 30 Oct 2012
    0 answers
    37 views
    Hi,



        How do I get parameter set ajax request in asp.net?
    Renato
    Top achievements
    Rank 1
     asked on 02 Oct 2012
    0 answers
    61 views
    Hi,
    Basically IE7 & 8 issue.
    Kendo splitter resize event handler is getting called when i am applying kendo drop down control on an element.
    This causes a javascript error saying, "unable to get value of the property 'offsetwidth' object is null or undefined".
    Any help is appreciated.
    Deepak
    Top achievements
    Rank 1
     asked on 02 Jul 2012
    0 answers
    74 views
    I have some splitters which remember state per user.

    If I collapse a panel then expand it all works fine.

    But if I collapse the panel, reload the page so that its initialised collapsed, then expand it, I am unable to resize it.

    Reloading the page so it starts expanded and all is fine again.



      $("#main_wrap").kendoSplitter({
    orientation: "horizontal",
    panes: [
    <? if ($_SESSION['horizontal'] <= 0){$sidebar_state = ", collapsed: true"; $_SESSION['horizontal'] = 100;} ?>
    { collapsible: true<?=$sidebar_state?>,  resizable:true,  size: "<?=$_SESSION['horizontal']?>px" },  
    { collapsible: false, resizable:true} 
    ]
            });

    PPCnSEO
    Top achievements
    Rank 1
     asked on 06 Jun 2012
    0 answers
    54 views
    Can we get a resize to content method on a pane?
    sitefinitysteve
    Top achievements
    Rank 2
    Iron
    Veteran
     asked on 24 May 2012
    Narrow your results
    Selected tags
    Tags
    +? more
    Top users last month
    Mark
    Top achievements
    Rank 1
    Yurii
    Top achievements
    Rank 1
    Leland
    Top achievements
    Rank 2
    Iron
    Iron
    Iron
    Hon
    Top achievements
    Rank 1
    Iron
    Deltaohm
    Top achievements
    Rank 3
    Bronze
    Iron
    Iron
    Want to show your ninja superpower to fellow developers?
    Top users last month
    Mark
    Top achievements
    Rank 1
    Yurii
    Top achievements
    Rank 1
    Leland
    Top achievements
    Rank 2
    Iron
    Iron
    Iron
    Hon
    Top achievements
    Rank 1
    Iron
    Deltaohm
    Top achievements
    Rank 3
    Bronze
    Iron
    Iron
    Want to show your ninja superpower to fellow developers?
    Want to show your ninja superpower to fellow developers?