Page 1 of 1
DataSource a clr object or IList?
Posted: Tue Feb 22, 2011 9:19 am
by Joachim
Hello,
is it possible to have a clr-Object as DataSource or a List?
Joachim
DataSource a clr object or IList?
Posted: Wed Feb 23, 2011 1:52 am
by Alex K.
Hello Joachim,
We have not worked with the clr-Object. If this data source is a business object, then it should work without any problems since we support many other types of business objects. Please let us know if you meet any problems.
Thank you.
DataSource a clr object or IList?
Posted: Thu Mar 10, 2011 2:33 am
by saukun
Hi,
I seems have problem with clr-object as source to Data band. I'm trying to group by bool field, yes I defining sorting on Data band, thought it is not very intuitive - would be better to let user to choose from Business object as in other places. Feeling is that it tries to group but results are like this
True
Record 1
Record 2
False
Record 3
True
Record 4
False
Record 5
I would say sorting or grouping is not working for Business Objects. Can you confirm that this is working on your side?
Thanks,
Saulius
DataSource a clr object or IList?
Posted: Thu Mar 10, 2011 3:11 am
by Alex K.
Hello,
Unfortunately, but sorting and filtering is not supported for bussines objects.
Thank you.
DataSource a clr object or IList?
Posted: Thu Mar 10, 2011 3:20 am
by saukun
Hi Aleksey,
Any plans to support this in near feature? Or any workaround how to display grouped data using business objects?
Thanks,
Saulius
DataSource a clr object or IList?
Posted: Thu Mar 10, 2011 9:17 am
by Andrew
Hello,
Any plans to support this in near feature?
Sorry, it is hard to say.
Or any workaround how to display grouped data using business objects?
Please register Business Objects not throung RegBusinessObjects method but through RegData. And you Business Objects will be converted to DataSet to which you may apply sorting and grouping.
Thank you.