Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
975
how to get the column index dynamically
posted

I order to set a cell in edit mode programmatically, I need use this API $("#grid").igGridUpdating("startEdit", rowIndex, columnIndex);. My question is how can we get the columnIndex at the runtime, not at design time? thanks.