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,
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
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.