hello
can you help me
i have the igGrid and it call function like above
{ headerText: "Transaction ID", key: "TransactionID", width: "80px", formatter: lookupTransNo },
i want to call 1 function that can get any column of igGrid. i should be using what function? below function only get 1 current column of igGrid
thanks u very much!
no one help me?
Hello Cuong Tran,
Thank you for posting in our forums!
You can access an array of the columns in the igGrid by using the getter version of the columns option.
Please see the following code for an example of how to do this:
var cols = $(".selector").igGrid("option", "columns");
If you need any further assistance with this, please let me know.