Hi,
I have a dataset which gives the list of id's and parent id's I am unable to set the FilterExpression
as follows, do let me know if there is some other syntax to be used.
string ID = 2839;
selfReferentialGrid.MasterTableView.FilterExpression = @"PrntID=" + ID;
Error is thrown on selfReferentialGrid.DataBind().
Would there be any problem if PrntID has null values.
Thanks and regards,
Giridhar.
I have a dataset which gives the list of id's and parent id's I am unable to set the FilterExpression
as follows, do let me know if there is some other syntax to be used.
string ID = 2839;
selfReferentialGrid.MasterTableView.FilterExpression = @"PrntID=" + ID;
Error is thrown on selfReferentialGrid.DataBind().
Would there be any problem if PrntID has null values.
Thanks and regards,
Giridhar.