how to get current id of row and column?

I need example for suppose, I am on C3 then it should return me C3 as a column id dynamically, I am trying to get is using getItem but somehow it is now working. any working example for this would be great help.

Hey @priyatama, you can use an onAfterSelect event which will return both column and row id: https://snippet.webix.com/z3gwcson.

@Dzmitry - thanks, it works !1

Can you tell me how to get first column value from a row?

You could use getCellValue to get the value itself, all we need to do is pass the row and column ids, we already have the row id from our onAfterSelect event, we can just set the column we want to get, in our case it’s “1” - https://snippet.webix.com/vr1efww1.