Hello , I have seen several reference in your documentation about updateDBrow, but nowwhere I can find an example on how to use it.What are the benefit of updateDBrow?
Thanks
Hi,
The UpdateDBRow method is used to update the DataSource of a Grid. It only works when the DataSource is set by using the DataSourceID property of the Grid. Here is a link which can give you more idea:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Infragistics2.WebUI.UltraWebGrid.v8.3~Infragistics.WebUI.UltraWebGrid.UltraWebGrid~UpdateDBRow.html
This can be used as follows:
{
}
Hope this helps.