class "jqgrid-new-row" will be added by addRow but never removed - jqgrid

I've read a thread recently about a bug into the jqgrid addrow function :
http://www.trirand.com/blog/?page_id=393/bugs/class-jqgrid-new-row-will-be-added-by-addrow-but-never-removed/
Could you please send me the code to add to the grid.inlinedit.js ? I'm a newbie in Jqgrid and I don't know how to remove a class to the row.
Oleg, i will really appreciate if you can help me.

The bug which I reported here is already fixed in the main code of jqGrid on github. You can see the current code of grid.inlinedit.js here and download here.
By the way I suggested Tony (see here) to publish the current version of jqGrid from github as new release (4.4.5) of jqGrid. He answered (see here) that he plan to do this this week. So probably you could just wait 1-2 days and download the new fixed version of jqGrid from the standard download place.

Related

How to find Kendo ui previsous documents?

I am using old version (2018.3.1017) of Kendo ui. So current version has many changes. But I want to get documents or usage or demos of this version.
For example, https://demos.telerik.com/kendo-ui/grid/index has current version examples. How can I find documentation of 2018?
One way I can think of is to use a web archiver to look at old version of the page, like archive.org.
Here's the relevant page for your example:
https://web.archive.org/web/20180601000000*/https://demos.telerik.com/kendo-ui/grid/index
You get a calendar in which you can go to a specific year and see the dates on which the page was archived and view one of those archives. Since you're using 2018.3.1017, I guess you can check out the archive that was done on March 9th or April 3rd, 2018, since I don't know when this version was released and when the documentation was updated.

Cshtml file getting frozen

After a couple of times changing and saving a .cshtml file, the view starts to get frozen.
I recorded a video, you can check it right here.
Does anybody know how to solve it?
this is a known bug in VS for Mac and it will be fixed in an upcoming release. You'll need to update to the latest version (I'm not sure when that will be released, but hopefully soon).
Sorry for the inconvenience!

Javascript is not working with any of Telerik's control

I have a strange problem, I am working on a Telerik based project for little while now and till yesterday, telerik's controls were able to trigger Javascript functions but since today morning, they just don't trigger. Wondering what could be wrong. I tried everything but no luck. I am calling a javascript function on a row selection of a RadGrid(OnRowSelected), the same function was working till yesterday but today it just does not trigger.
Any ideas?
Nailed it down! :)
Strange but this problem is caused by the auto update of AjaxToolkit Control. Earlier, I was using AjaxToolkit version 7.0607 and yesterday it got updated to 7.0725. Not sure why it is not compatible with Telerik but it was the main cause of my problem. I followed these steps and problem is done away.
1) From NuGet's Package Manager Console, I typed Uninstall-Package AjaxControlToolkit
2) After success confirmation I typed Install-Package AjaxControlToolkit -version 7.0607
This has resolved my problem, hope it helps someone with similar issue.

Joomla article showing an unwanted 1 one every page

It's been over a month now of me trying to find help for my site, not a single person has been able to help me. I believe if someone were to simply go on the backend of my site, then perhaps it could be fixed quickly.
My issue is I have an article that's showing a 1 on every page. I believe that '1' was replaced by a former developer where perhaps the article title went. When I hover over it with Firebug, it's showing:
<div class="item-page">
1
<p></p>
</div>
I've personally spent about 9 hours now trying to find it. I've been suggested to look in the template area many times. The 1 still shows up in the articles when I switch templates. Not that it seems to matter, I'm using Rockettheme.
Please don't recommend I simply go to the article manager and fix it; that's the first place I looked. Remember, it's showing up for every Single Article.
I would deeply appreciate any help; I'm in a bit of a desperate situation here.
Thank you for your time!!
I'm not sure why my question was voted down?
That's a bug that existed many many years ago. You need to update to the current version of Joomla. (Not migrate--update to the current release of your version)
Try disabling all content plugins and see if it goes away. One of the content plugins may be adding content to the articles.

Bugzilla: closed-fixed bugs: how to stop further comments being added to bug (due to freezing for migration to JIRA)

In bugzilla 2.22.7, it is possible to add further comments to a closed-fixed/resolved bug. I would like to deactivate this feature as I want to migrate bugs as they get closed to JIRA and not have people updating the old system.
I could hotwire/custom hack the bugzilla Perl code to do this, eventually when I've understood it, but just wondered if there was a better way...
Hardwire/hack:
in the show_bug.cgi bugzilla code, modify it, with the equivalent of the following pseudocode:
if bugzilla title starts with [JIRAnnnnn] then
use the disable attribute in html forms, e.g. as described in:
How to make a greyed-out HTML form?
end if
but i also need an automation to write the [JIRAnnnnn] prefix into the title of the bugzilla record, once the JIRA entry has been created
Also add a html wallpaper background to indicate migrated

Resources