Hello,
Thanks.
In your case this mean that either the selected_jq_ids is null or
the array returned from
currentGridIds = jQuery(“#grid_id”).getDataIDs() is emty
or at least the data from this array does not match those from
Hello,
Maybe a good solution here is to use afterInsertRow (where all the row data is available) and setCell method to set the first column data depending on others.
Regards
Tony
Hello,
IMHO – all news in new versions should be read.
Regards
Tony
Hello,
IMHO this solution is not applicable. One approach is to create a hidden coulmn and post it. Another is to use the extraparam to pass additional data to the post.
See docs
Regards
Tony
Hello,
Thanks for this.
I see something wrong which should be corrected when a export method is used.
There will be certain problems when one of these parameters is set to true: multiselect, subgrid, treeGrid.
The problem is that the additional columns (cb, sg and treegrid cols) generated when the grid is constructed should be removed when a export is called.
Regards
Tony
Hello,
Thanks. I will test this.
Regards
Tony
Hello,
Thanks. See this post to fix the bug
http://www.trirand.com/blog/?page_id=18/bugs/locale-codepage-encoding/page-1/post-5320/#p5320
Regards
Tony
Hello,
Find SortData function and comment this line:
if(ts.p.savedRow.length > 0) {return;}
Regards
Tony
Hello,
Thanks. I have already fix this. The previous code breaks in Opera. This one works fine with all browsers.
Regards
Thank you
Tony
Hello,
Discussed already many times.
Regads
Tony
Hello,
The formatter expect empty value in order to set the default value.
Regards
Hello,
Look at the defaultValue option of the formatter.
Hello,
There is workground for this – when the user click every time on serch button and there is no data on it we do not make request to the server – suppose that the user click 5-10 times on empty value.
Instead this is a good recommendation and I will implemet it in next major relese.
Regards
Tony
…
..
Other changes have been made to the CSS files; if you use them just as they come, all you need to do is install the new ones over your old ones. But if you have modified your copies, then you may prefer to implement the following changes individually:
|
1 |
<div class="csharpcode">.GridHeader { display:none;}</div> |
should be replaced with
|
1 |
<div class="csharpcode">.GridHeader {}</div> |
|
1 |
<div class="csharpcode">div.loadingui</div> |
should be replaced with
|
1 |
<div class="csharpcode">div.loadingui {<br /> display:none;<br /> z-index:6000;<br /> position:absolute;<br />}</div> |
|
1 |
<div class="csharpcode">div.loadingui div.msgbox {<br /> position: relative;<br /> z-index:6001;<br /> left: 35%;<br /> top:45%;<br /> background: url(images/loading.gif) no-repeat left;<br /> width: 100px;<br /> border: 2px solid #B2D2FF;<br /> text-align: right;<br /> height: auto;<br /> padding:2px;<br /> margin: 0px;<br />}</div> |
These changes replace the original red “Loading” message at the upper left of the grid with a new cleaner message and animated icon in the middle of the grid. To make this work, copy the loading.gif from image directory of the new version to the appropriate place. This appears, of course, only when you have loadui:”block” in the grid configuration.
Hello,
This is possible only for the rowid and not for the data. See docs.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top