If there could be a way to specify validations in the style of
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
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
you can use appendpostData
Das ist phantastisch
If I add tree node then I want to auto tree expand function.
so… I thinking.
first time I try gridComplete event.
Uruguay, you helped me solve mine in another thread from this post… you were close
|
1 |
<span class="pln">hidden</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span><span class="pun">,</span><span class="pln"> editable</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span><span class="pun">,</span><span class="pln"> editrules</span><span class="pun">:</span><span class="pln"> </span><span class="pun">{</span><span class="pln"> edithidden</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span><span class="pln"> </span><span class="pun">}</span> |
|
1 |
<span class="pun"><br /></span> |
|
1 |
<span style="font-family: monospace">does it :)</span> |
fixed it…
|
1 |
<span class="pln">hidden</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span><span class="pun">,</span><span class="pln"> editable</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span><span class="pun">,</span><span class="pln"> editrules</span><span class="pun">:</span><span class="pln"> </span><span class="pun">{</span><span class="pln"> edithidden</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span><span class="pln"> </span><span class="pun">}</span> |
jQuery(document).ready(function(){
gridimgpath = '/css/redmond/images';
jQuery(“#navgrid”).jqGrid({
nice one, thanks!
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
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);
Yes, I get that. But what to do if I want to allow FILTERING on the col, but NOT allow searching it.
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)');
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(){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top