Can we customize right-click menu

Can we customize right-click menu so that the first row does not have a right-click menu at-all? And rest of the cells only have delete row function.
Can you put this to the new release coming out next month?
Thank you…
-bobsov

Hi,

You may use WebCells.SetRowReadonly(rowIndex, true) to prevent the row from being deleted. You can't customize right-click menu for paritcular cells. You can only disable row insert/delete by set GridWeb.EnableClientRowOperations to false. But in the new version, you may create custom command buttons to extend the control's function.

Thank you.

Thank you so much for your promptness. That helped a lot!!