I need to force the grid to reread the SQL server table at regular
times to gather new records as they get into the database.
What is the best method to get this task done
I am rather new to the infragistics tools so maybe I did not
documentation enough, sorry if so
Eric
Hi,
Thanks for the reply, it works fine now
I just wanted to know if you were able to solve your issue based on my suggestions or you still need help? Just let me know.
Thank you.
Hello ,
When you bind UltraGrid to DataTable or DataSet, the grid automatically will update itself when you make a changes in binding source. For more information about data binding you could look at the following links.
http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.2/CLR2.0/html/WinGrid_Bind_WinGrid_to_a_Flat_Data_Source_CLR2.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.2/CLR2.0/html/WinGrid_Bind_WinGrid_to_a_Hierarchical_Data_Source_CLR2.html
http://msdn.microsoft.com/en-us/library/dw70f090%28v=vs.71%29.aspx
http://msdn.microsoft.com/en-us/library/dw70f090%28v=VS.80%29.aspx
http://msdn.microsoft.com/en-us/library/en-us/library/ms973217.aspx
Let me know if you have any further questions.