
Hello,
With following code snippet after connecting database(.dbml) in VS 2008 using server explorer etc – I’m able to bind database with radGridView.
Could you please write some example how can I call store procedure and/or write SQL query in order to retrive specific data?
----------------------------------------------------------------------------
var nwData = new BankDataDataContext();
radGridBankAccounts.ItemsSource = (from tbl_BankAccounts in nwData.tbl_BankAccounts select tbl_BankAccounts);
radGridBankAccounts.IsReadOnly = true;
----------------------------------------------------------------------------
Thank you,
R

Could someone answer the question on Barcode? I know that telerik support the barcode on Reporting. But my requirement is to use the barcode in Winform. Does Telerik Barcode engine support this, if not how do I use the Barcode other than in Reporting? Looking forwards to your suggestions.
Thanks
Faisal.