Whether cell should be sent to server automatically?

I only want send a cell(not a row, in other words some cells) to server. If there any method to do that?

You can use

dp.enablePartialDataSend(true);

Please beware that connectors lib will not work with such client side settings.