This question is locked. New answers and comments are not allowed.
I am new to ORM and RadControl.
RadFilter is being used for filtering functionality. And for data retrieving ORM is being used.
when data is shown in RadGrid. and if there is a column that does not have any "data".
Means there is a city column but no city is being populated in RadGrid. And this column is filtered with-- some value "dfs"
such error occurs.
line 1:82: Unknown type for "mailAddress"; Are you missing a FieldAlias attribute?; String literals must be 'quoted'.
Original Query: DEFINE EXTENT xt FOR iTracker.Data.Orm.Customer; SELECT * FROM xt AS this WHERE (mailAddress.contact.cityLIKE "*dfs*") ORDER BY this.customerName ASC
and this error is occured on the RadFilter method..FireApplyCommand();
please provide me solution.
RadFilter is being used for filtering functionality. And for data retrieving ORM is being used.
when data is shown in RadGrid. and if there is a column that does not have any "data".
Means there is a city column but no city is being populated in RadGrid. And this column is filtered with-- some value "dfs"
such error occurs.
line 1:82: Unknown type for "mailAddress"; Are you missing a FieldAlias attribute?; String literals must be 'quoted'.
Original Query: DEFINE EXTENT xt FOR iTracker.Data.Orm.Customer; SELECT * FROM xt AS this WHERE (mailAddress.contact.cityLIKE "*dfs*") ORDER BY this.customerName ASC
and this error is occured on the RadFilter method..FireApplyCommand();
please provide me solution.