Hello,
I use the hierarchical grid and in your documentation your specify :
"Both the igGrid and igHierarchicalGrid controls feature data updating in the grid. The updating features of the grid provide a wide array of adding and editing values of the underling set of data bound to the grid",
but I was unable to find a way to get this array.
Can you tell me how can I get it please.
Regards.
Hello Cosoluce_Stones ,
Thank you for posting in our forum.
I’m not sure I understand exactly what you’re aiming to get.
The sentence from the documentation is not referring to an actual object of type array.
“Wide array” is used in the sense of a wide range of options when it comes to updating and adding values in the data source of the grid.
If you’re aiming to get all of the pending transactions related to the updating, adding or deleting of values in the grid you can get them via the pendingTransactions method:
var pendingTrans = $(".selector").igGrid("pendingTransactions");
This would return an array that contains the pending transactions that have not been committed to the data source.
I’m looking forward your reply.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://ko.infragistics.com/support
Hi,
Is anyone can help me please ?