Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Doubt in the Infragistics samples
posted

Hi There,

               I am just learning the Aikido WebDataGrid to utilize in my project and when I was just create and run the application as same as sample installed in the local which has the URL as below

http://localhost:1026/igSamples/WebFeatureBrowser/Default.aspx where I have selected the "DataBinding - Template Columns" sample which falls under ASP.NET AJAX(Aikido) >> WebDataGrid and my application throws a compilation error stating that

"The type or namespace for name 'CustomerDataSource' could not be found (are you missing a using directive or an assembly reference?)"

and the showing at the below line of code.

CustomerDataSource dataSources = new CustomerDataSource();

         Kindly anyone help me out to solve this issue?