Can dhtmlxGrid obtain the case of completion time after executing showRow(id)?
showRow(id) works in synchronous way. You can insert any necessary code right after this command.
i want to call selectRow(id) method after showRow(id) but grid enables enableSmartRendering method so that after finishing showRow,this record does not be rendered and can not be opted.What should i do?
To select or show row this row must be loaded to the server side. If you are using static Smart Rendering mode everything should works as expected. Example is available here dhtmlx.com/docs/products/dht … tatic.html