Hi folks,
i'm using jqgrid and exactly i'm using treegrid.
During costruction, i use a custom formatter to add link to every row… in my action link i create my link and then i add the click event on loadComplete of my treegrid.
this is my code:
this is my custom action column
{ name: 'Action_Link', index: 'Action_Link', align: 'center', formatter: addLinks }
this is my function:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top