How can I add the dataEvents by jQuery over a colModel already defined? The thing is i'm using a library over MVC for jqgrid and the colModel is set by a Class definition, so i couldn't change as you write here. How can i add a dataevent for a column later by JavaScript?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not constructive by tereško, Fabrício Matté, Alexander, Virtlink, Vishal Suthar Feb 21 at 17:14
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
You formulate your question not quite correct. Nevertheless if I correctly understand your problem you can do for example the following to modify the column
The executing of the code will add |
|||
|
|