Hi,
I found a bug in jqgrid and also fixed it on my local machine.
I want to know how I can submit my solution to the common repository
The problem involves editing html data in the grid(in a textarea for example) and this html data should contain
The problem is with this selector
td:eq(“+i+”)
that selects and td elements that are descendents of the tr element with the class ui-widget-content
To get it to select the proper elements I changed this to:
$(“td[role='gridcell']:eq(“+i+”)”,obj.rows[ind])
So. Should this be included in the official build?
If so how do I do that?
Thank you for your time.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top