Hi,
I want to perform search on grid contents and the grid is using csla datasource. my searching is perfromed successfully for object data source but in case of csla data source it gives errors especially when using reflection.
Type t = TypedDataSource.GetType();
System.Reflection.PropertyInfo prop = t.GetProperty("SelectParameters");
//GetProperty method gives exception in case of csla data source.
So plz help me in this regard.
Thanks in advance,
Muddasar.
Copyright (c) Marimer LLC