My model of 'Car' class , and all its datamembers and attributes is defined in the server of WCF project.
In my client I use the RadDataEntry to view List of 'Car's.
But even that I've defined in the model on some datamebers as [Browsable=('False')] or [RadSorOrder(1)] ,in the client it does not has any impact on the RadDataEntry Ui element.
But if I save the model (or just give refernce in the client), it works correctly.
What do I need to do in order to keep the model only in the sever and also gets all the attributes work correctly in the client/Ui?
Thanks