1
Answer

Error 1 'SmartGridViewUtility.Suggestion' does not contain a

Error 1 'SmartGridViewUtility.Suggestion' does not contain a constructor that takes 3 arguments 

Answers (1)

1
Photo of Nilesh Shah
NA 22.3k 215.1k 7y
this seems to be compiler error
 
you are passing arguements to Suggestion constructor which does not have 3 args.
 
simply press F12 on suggestion and see its constructor signature and pass args accordingly.
 
always post some code with your question.