tony

Forum Replies Created

Viewing 15 replies - 5,506 through 5,520 (of 7,981 total)
  • Author
    Replies
  • in reply to: multiselect and cellEdit #87175
    tony
    Keymaster

    Hello

    Yes view:false, should disable the button

    Regards

    Tony

    in reply to: Cancel A Form Load #87174
    tony
    Keymaster

    Hello,

    Not sure, but I think it is better to use navButtonAdd and when the user click the icon for add/edit etc you should analyze the data and do what you want.

    Regards

    Tony

    in reply to: Cell Titles #87173
    tony
    Keymaster

    Hello,

    Currently no, but you have a option to change the title.

    Regards

    Tony

    in reply to: Search Toolbar #87172
    tony
    Keymaster

    Hello,

    What you mean not performed. Do you have a server side code to return the new record set according to the search?

    Regards

    Tony

    in reply to: Hiding Navigator Page Number #87171
    tony
    Keymaster

    Hello,

    Check the docs – for every element in the pager there is a option to be shown or hide.

    Regards

    Tony

    in reply to: chane edit form field label #87170
    tony
    Keymaster

    Hello,

    Check the new 3.5. there is a such option

    Regards

    Tony

    in reply to: 3.5 Custom Format Functions #87168
    tony
    Keymaster

    Hello,

    You should create the function in your code and pass it to the formatter:

    var myformatfunc = function(cellval,options,rowdata) {

    // do here formatting of the cellval

    return formatted_cellval;

    }

    Then in your colModel

    colModel : [

    ….

    {name : 'myname', formatter : myformatfunc…},

    ….

    ]

    Regards

    Tony

    in reply to: Search/Filter Options #87167
    tony
    Keymaster

    Hello,

    You can attach a click event to the checkboxes and use setGridParam agin with trigger(“reloadGrid”) methods so that your server known what to do.

    Regards

    Tony

    in reply to: Does Grid and column support the width in % #87166
    tony
    Keymaster

    Hello,

    Sorry – the answer is no.

    Regards

    Tony

    in reply to: Grid Header and Content Alignment #87165
    tony
    Keymaster

    Hello,

    Sorry but in my testing machine all is working in FF, IE, Safari and Chrome.

    The only change that I have made is a way of calling ajax – i.e. I obtain a data via text file.

    Try with a only grid in a page whitout using any other css or plugins.

    Best Regards

    Tony

    in reply to: Expand All and Collapse All Functionality in Tree Grid #87164
    tony
    Keymaster

    Hello

    If you return only the root nodes you will have to spare a couple of time. Using tree grid in relative big nodes from server slow down the grid because we needed a couple of client side processing to construct the tree.

    Regards

    Tony

    in reply to: Searching / Highlight and or Expand Treegrid rows #87163
    tony
    Keymaster

    Hello,

    If you return from server that the row is expanded they will be expanded.

    Currently paging is not implemeted in tree grid.

    Regards

    Tony

    in reply to: Checkboxes in TreeGrid #87162
    tony
    Keymaster

    Hello,

    See the demos in 3.5 – New in version 3.5 ->Tree grid real world example

    Regards

    Tony

    in reply to: TreeGrid Not working on IE 6 and 7 #87161
    tony
    Keymaster

    Hello,

    If you give me a link to the problem it will be good. Also does the demo pages where we have a couple of tree grids work for you in IE6 and IE7?

    Regards

    Tony

    in reply to: loadComplete – a xhr parameter to pass #87160
    tony
    Keymaster

    Hello,

    Sorry it is available in 3.5

    Regards

    Tony

Viewing 15 replies - 5,506 through 5,520 (of 7,981 total)

Stay connected with us in your favorite flavor!