Grid Search Problem.

Grid Search Problem.

Old forum URL: forums.lhotka.net/forums/t/3662.aspx


Mehmood posted on Monday, October 08, 2007

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