I just start trying to develop a new application for silverlight. and I don;t find the way to bin a xamgrid to Store procedure. I already follow some sample for tables, and works find. But I don't find the way to bin a store procedure.
Hello,
Were you able to resolve your issue?
Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support
The grid has a property AutoGenerateColumns which can be set no False and then you can define the structure of the grid in XAML or in the code behind.
If you are letting the grid auto generate then the columns collection will only be available after the data has been loaded into the grid.
Now the I have setup the xamgrid with storeprocedure or table, What is the way to go for be able to edit change columns order, or edit hide/show columns, ...
Because I already try to modify the columns and is not posible. the column collection in xamrid is empty.
thank you for help.
You can you use RIA services and then execute your stored procedure on the server and send the results to the client using WCF RIA services. For more information on RIA services please see:
http://blogs.infragistics.com/blogs/mihail_mateev/archive/2010/06/07/using-the-infragistics-xamgrid-with-ria-services.aspx
http://help.infragistics.com/Help/NetAdvantage/Silverlight/2010.2/CLR4.0/html/RIA_Using_RIA_And_XamDataGrid.html
Let me know if you have any questions.
Sincerely,
Valerie
Developer Support Engineer
Infragistics
www.infragistics.com/support