admin

Forum Replies Created

Viewing 15 replies - 346 through 360 (of 635 total)
  • Author
    Replies
  • in reply to: Valid cell when row edit #89812
    admin
    Keymaster

    If there could be a way to specify validations in the style of

    in reply to: IE Error (KB927917) #89795
    admin
    Keymaster

    That did it, Thanks a lot.

    Another thing i have noticed, not really a big deal though, is in IE8 with autowidth there is a horizontal scroll bar.

    Thanks again.

    George

    in reply to: CloseAfterDelete required #89778
    admin
    Keymaster

    Hello, I have the same case, but thought I knew the reason. Please view this script, in the last line I call the function 'header', then the dialog “Delete” doesn't close. But after I removed the line and everything stayed the same. Then, that can I do? Thank you so much.

    <?php

    in reply to: Changing POST Data on Add/Edit/Delete #89776
    admin
    Keymaster

    you can use appendpostData

    in reply to: Painting row #89772
    admin
    Keymaster

    Das ist phantastisch

    in reply to: Please give me expandNode example. #89766
    admin
    Keymaster

    If I add tree node then I want to auto tree expand function.

    so… I thinking.

    first time I try gridComplete event.

    in reply to: Hidden Column in grid but not on edit form #89765
    admin
    Keymaster

    Uruguay, you helped me solve mine in another thread from this post… you were close

    in reply to: Hide from Datagrid but not edit dialog #89764
    admin
    Keymaster

    fixed it…

    in reply to: Hide from Datagrid but not edit dialog #89762
    admin
    Keymaster

    jQuery(document).ready(function(){

    gridimgpath = '/css/redmond/images';

    jQuery(“#navgrid”).jqGrid({

    in reply to: searchhidden for filter #89749
    admin
    Keymaster

    nice one, thanks!

    admin
    Keymaster

    Hello,

    I like to confirm this problem.

    Here are examples of strings used as values for row id:

    'VDSL 48-Port (NVLT-D)-S-R-NGN-SIC’

    ‘SHDSL-ATM/PTM (NSLT-A)’

    ‘ADSL 48-Port (NALT-D)-SO-R-NGN-SIC-VH‘

    In case of string type column is used as row id and the strings contains special characters – as result, the highlighting of active table rows is not working properly. The first by click chosen row will be marked as activated. But if you change your choice this rises not in changing of the highlighted table row. The first activated row remains highlighted.

    I think this is a big issue.

    Regards Jens

    in reply to: Please give me expandNode example. #89741
    admin
    Keymaster

    I solved this method.

    jQuery(“#a12”).click( function() {

    recordInfo = jQuery(“#treegrid”).getInd(document.all.treeId.text,true);

    alert('id '+ recordInfo.id + 'lft '+ recordInfo.lft + 'rgt '+ recordInfo.rgt + 'level '+ recordInfo.level);

    $(“#treegrid”).expandRow(recordInfo);

    in reply to: searchhidden for filter #89723
    admin
    Keymaster

    Yes, I get that. But what to do if I want to allow FILTERING on the col, but NOT allow searching it.

    in reply to: Painting row #89716
    admin
    Keymaster

    Ok. It really works. But TD has own background color… can I kill it?

    works.

    jQuery('td','#' + rowid).css('background-color','rgb(175, 238, 238)');

    in reply to: addJSONData after clearSearch in IE #89715
    admin
    Keymaster

    Anyway, I solved my problem by not calling clearSearch anymore. Before it was necessary because I sorted my entire dataset on multiple columns, so I had to clear the search first. Now I just sort the search results on multiple columns, so this way I don't have to clear the search anymore.

    I've changed my method to sort on multiple columns to this:

    function sortOnMultipleCols(){

Viewing 15 replies - 346 through 360 (of 635 total)

Stay connected with us in your favorite flavor!