how I can set id of row when loading grid from html table? I

how I can set id of row when loading grid from html table? I need set it in the tr tag

The id attribute of TR tag will be used as row ID ( if it not set , grid will use rowIndex as ID )


    …