Questions tagged [treegrid]

A graphical user interface element that presents data in tree view.

A graphical user interface element that presents data in tree view.

272 questions
-1
votes
2 answers

JQgrid - treegrid error

I have looked at the related question This question and have tried to apply to my tasks. I get headers of the grid with some hanging bubble over it that says "Loading..." and nothing happens. When I run console, in there I see an error that says…
Dima R.
  • 937
  • 1
  • 13
  • 25
-5
votes
3 answers

How to call a class method using an onclick?

So I have an init function defined something like this: init: function() { $("#editRow").click(function() { } $(".removeRow").click(function() { } } So, I was wondering if there was any way for me to call the class method removeRow…
smarty_pants
  • 77
  • 1
  • 8
1 2 3
18
19