Infragistic UltrawebGridhttp://forums.asp.net/t/1162896.aspx/1?Infragistic+UltrawebGridFri, 28 Sep 2007 11:57:49 -040011628961926889http://forums.asp.net/p/1162896/1926889.aspx/1?Infragistic+UltrawebGridInfragistic UltrawebGrid <p>I'm using datagrid from infragistic, I want when people change my datagrid, and click submit button, the database will be updated with the change, but I don't know hot to do that. Could anyone help me ? Where I can find the tutorial or other reference to learn using infragistic control ?&nbsp; I have seen the manual but it doesn't give enough explanantion. for me. I;ve tried this and it gives error after postback</p> <p>&nbsp;</p> <p>protected void UltraWebGrid1_UpdateGrid(object sender, UpdateEventArgs e)<br> &nbsp;&nbsp;&nbsp; {<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; foreach (UltraGridRow row in e.Grid.Rows)<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e.Grid.UpdateDBRow(row);<br> &nbsp;&nbsp;&nbsp; } <br> </p> <p>&nbsp;</p> 2007-09-26T06:09:14-04:001927413http://forums.asp.net/p/1162896/1927413.aspx/1?Re+Infragistic+UltrawebGridRe: Infragistic UltrawebGrid <p>Hey,</p> <p>Infragistics has their own forum that would be a better place to post this, because there are a lot more experienced people there to help with your questions that have a lot of experience with the framework.</p> 2007-09-26T11:47:35-04:001931380http://forums.asp.net/p/1162896/1931380.aspx/1?Re+Infragistic+UltrawebGridRe: Infragistic UltrawebGrid <p>&nbsp;thx, i've posted it there :D but i still hope that someone here can answer my question.<br> </p> 2007-09-28T07:36:54-04:001931711http://forums.asp.net/p/1162896/1931711.aspx/1?Re+Infragistic+UltrawebGridRe: Infragistic UltrawebGrid <p>OK, I've used the windows version (haven't had a chance to use the web version yet), and I can tell you that their controls use a lot of events, and there may be a different one to suit your needs. Check this out: <a href="http://help.infragistics.com/NetAdvantage/NET/2007.2/CLR2.0/" target="_blank"> <font color="#0068cf">http://help.infragistics.com/NetAdvantage/NET/2007.2/CLR2.0/</font></a>&nbsp;and find UltraWebGrid, and dig down through the events, and see which one meets your needs.</p> 2007-09-28T11:57:49-04:00