if(this.rowheadersvisible)
{
datagrid.hittestinfo hti = this.hittest(_pointtopleft);
int irowhti = hti.row;
if(irowhti < 0)
{
irowhti = 0;
}
int idelta = this.getcellbounds(irowhti, 0).height + 1;
int iheight = this.getcellbounds(irowhti, 0).top + 1;